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

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...