Dashboards & Visualizations

Dashboard auto refresh - best practice

InderSingh1
Explorer

Hi,

 

Does a dashboard with a setting to refresh every 2 mins mean, there will be a new search launched every 2 mins?

Isn't it a resource consumption, especially when all the users keep on setting their dashboards to refresh without any legit reason?

How can I search all the dashboards which are using this setting so that I can chase those users to remove the refresh setting if not really needed?

 

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

It depends on the dashboard, but most will launch new searches every interval.  An exception is for dashboard panels that use the loadjob command.  Yes, it's a resource consumption and (IMO) auto-refresh dashboards should be discouraged.

Try this search for locating dashboards that use auto-refresh:

| rest /servicesNS/-/-/data/ui/views 
| search eai:data="*<refresh>*" 
| rex field=eai:data max_match=0 "\s<refresh>(?<refresh>\w+)" 
| eval refresh=mvdedup(refresh) 
| table title author eai:acl.app eai:acl.owner refresh description
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

It depends on the dashboard, but most will launch new searches every interval.  An exception is for dashboard panels that use the loadjob command.  Yes, it's a resource consumption and (IMO) auto-refresh dashboards should be discouraged.

Try this search for locating dashboards that use auto-refresh:

| rest /servicesNS/-/-/data/ui/views 
| search eai:data="*<refresh>*" 
| rex field=eai:data max_match=0 "\s<refresh>(?<refresh>\w+)" 
| eval refresh=mvdedup(refresh) 
| table title author eai:acl.app eai:acl.owner refresh description
---
If this reply helps you, Karma would be appreciated.
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...