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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...