I have enabled auto refresh for 30 seconds for all the panels in dashboard. However, there is slight difference in time when each fields get refreshed that is causing differences in total statistics. How to set all the panels to refresh at once for every 30 seconds.
Thanks!
You can refresh a dashboard or a form with a refresh attribute in your xml...
Use the refresh attribute to reload a form after 30 seconds.
<form refresh="30">
...
</form>
Look at this splunk doc and spunk answers for reference..
http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#dashboard_or_f...
https://answers.splunk.com/answers/102621/automatically-refresh-dashboard.html
https://answers.splunk.com/answers/483405/how-do-i-auto-refresh-my-dashboard.html
OR if the dashboard is on a TV/Monitor, you can use some browser extensions like AutoRefresh...etc