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.
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...