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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...