Dashboards & Visualizations

How to display export icon permanently in a panel in Splunk 6.2.1

Arminder_Bhalla
New Member

Hi,

I want to display the "export" icon permanently in panel footer in a dashboard. By default, it shows the icons when we hover the mouse in the panel.

Kindly suggest any solution.

Tags (2)
0 Karma

jeffland
SplunkTrust
SplunkTrust

You'll need access to the scripts of your dashboard for this (i.e. this should be a dashboard you can edit), and there are several possibilities.
The easiest one should be to set a fixed opacity for those elements. If you haven't already, apply a stylesheet (add stylesheet="custom_style.css" to your dashboard or form tag in XML and place custom_style.css in your apps appserver/static folder) and add

.view-results {
    opacity: 1 !important;
}

to it. This prevents the events (focusing and de-focusing the panel) from hiding the elements. This would apply to all buttons in the footer and to all footers; if you want only the export button to stay, you'll have to make a more precise selection.

A possibly nicer way would be to disable the event action upon focus (you can see the method that is called on those events when you use your browser to inspect the panel footer).

0 Karma
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 ...