Dashboards & Visualizations

Hide menus and search drill down on Dashboard

DotTest37
Path Finder

I created my first dashboard and it looks great, I would like to create a few (for CEO, Operations, etc),, but I would like to disable the Searh capabilities, the drill down (unless when you click on the charts it takes you to another more detailed chart),, and if possible, all references to the 'Splunk' brand (so it looks more like an internal app Management could use to showcase some stats to partners, etc).
I have the dashboard, but Im looking how to do the other things.

Thanks!
M...

0 Karma

Ant1D
Motivator

Hi,

I am aware that you can disable drilldowns if your code is in Advanced XML format. To disable these drilldowns, comment out or remove the following module and its contents from your code:

<module name="ConvertToDrilldownSearch">
<module name="ViewRedirector">
<param name="viewTarget">flashtimeline</param>
</module>
</module>

You can remove certain references to the Splunk brand via the following file:
$SPLUNK_HOME$/etc/apps/$your_app$/appserver/static/application.css

An example of how you can use this file for your re-branding can be looked at here:
$SPLUNK_HOME$\share\splunk\app_templates\sample_app\appserver\static

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...