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!

How to send events & findings from AWS to Splunk using Amazon EventBridge

Amazon EventBridge is a serverless service that uses events to connect application components together, making ...

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...