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!

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, ...