Hi @Questioner, you can install this app in your Search Heads eventually in no visible mode. One additional inforation: tis app lista the apps in Splunkbase, it doesn't give you a viz? what's your...
See more...
Hi @Questioner, you can install this app in your Search Heads eventually in no visible mode. One additional inforation: tis app lista the apps in Splunkbase, it doesn't give you a viz? what's your requirement? Anyway, if you want tooltips, you could copy the following files: tooltip.js,tabs.js, custom_table_icons_inline.js tooltip.css, alt.css,tabs.css; from the appserver/static folder of this app in your app's appserver/static folder and add this line as the first line of your dashboard: <form script="tooltip.js,tabs.js,custom_table_icons_inline.js" stylesheet="tooltip.css,alt.css,tabs.css" version="1.1"> So you can use these js and css without installin this app. Ciao. Giuseppe