Dashboards & Visualizations

How can I auto refresh my dashboard?

Simeon
Splunk Employee
Splunk Employee

I have a dash board that I want to refresh the results every few minutes. How can I tell my dashboard to automatically refresh data?

Tags (1)
1 Solution

Simeon
Splunk Employee
Splunk Employee

You can set the refresh rate by using the following parameter in your view:

<view refresh="30" template="dashboard.html">

For more details, see the official documentation:

http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedDashboard

View solution in original post

philallen1
Path Finder

If you are using simple xml, rather than advanced xml, then you can add the refresh parameter to the dashboard tag:

For example, < dashboard refresh="30" > sets the refresh rate to 30 seconds.

gkanapathy
Splunk Employee
Splunk Employee

If you're on version 4.1, you could also consider using real-time dashboards rather than period searches. This will give you more up-to-date results, and may also be less resource-intensive on the server.

0 Karma

Simeon
Splunk Employee
Splunk Employee

You can set the refresh rate by using the following parameter in your view:

<view refresh="30" template="dashboard.html">

For more details, see the official documentation:

http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedDashboard

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...