Dashboards & Visualizations

How to add refresh button to dashboard?

Splunk_noobie
Path Finder

Hi Team,

 

I would like to add a refresh button to the HTML template of the dashboard, to reset all the tokens and display the info from starting based on my selection. 

 

Any idea on where to start with this?

Labels (3)
0 Karma

tshah-splunk
Splunk Employee
Splunk Employee

Hey @Splunk_noobie,

You can add the below code to the source of your dashboard and have a refresh button in the dashboard to reset all the tokens set. 

<fieldset submitButton="false" autoRun="false">
    <html>
       <style>
         div.fieldset.dashboard-form-globalfieldset div.dashboard-element.html.dashboard-element-html {
        display: inline-block;
           }
       </style>
       <a href="<<dashboard_id>>" class="btn btn-primary">Refresh</a>
     </html>
  </fieldset>

PS. Don't forget to change the dashboard_id. 

Reference can be found here - https://splunkonbigdata.com/how-to-add-a-refresh-button-in-splunk-dashboard/ 

---
If you find the answer helpful, an upvote/karma is appreciated
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...