Dashboards & Visualizations

How to remove the footer from dashboard panels that provide links to search, refresh, etc.?

praspai
Path Finder

I want to remove the footer from panels in a Dashboard which provides links to search, refresh etc. How I can achieve it?

alt text

0 Karma
1 Solution

tom_frotscher
Builder

According to the documentation, there is a link.visible option property for those links.
Take a look here: http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML
and search for "link.visible".

In your case you need to add a option in simple xml for your chart like this:

<option name="link.visible">false</option>

Greetings

Tom

View solution in original post

ajayabburi508
Path Finder

how can i remove panel resizing footer bar .

0 Karma

acharlieh
Influencer

@ajayabburi508 - You likely can accomplish such using CSS as discussed: https://answers.splunk.com/answers/144392/is-there-a-way-to-remove-the-split-window-resize-frame-in-...

0 Karma

tom_frotscher
Builder

According to the documentation, there is a link.visible option property for those links.
Take a look here: http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML
and search for "link.visible".

In your case you need to add a option in simple xml for your chart like this:

<option name="link.visible">false</option>

Greetings

Tom

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