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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...