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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...