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.
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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