I want to refresh a dashboard with multiple single values (about 15) every minute. The dashboard will be displayed on a screen for an IT Department to watch. Possible solutions I found so far:
1) Refresh complete dashboard with <dashboard refresh = "60">
Problem: The screen is jumping and as long as the dashboards are loading there are no values shown.
2) Refresh individual single values with <option name="refresh.auto.interval">60</option>
Problem: Works better than 1) but still the it shows "waiting for data" a lot of the time before showing the actual value
3) Use real time search
Problem: This actually works, but I will have to keep running 15 real time searches for a simple dashboard where the value only changes every 1 minute.
Is there a better way to do this? It would be perfect if the Single Value would keep its value until the refresh is done and then show the new value.
This questions has been asked multiple times without a real answer, so it seems I am not the only one searching for a solution to this:
https://answers.splunk.com/answers/363906/how-can-i-stop-screen-jump-on-auto-refresh-of-a-da.html
https://answers.splunk.com/answers/320184/refreshing-a-dashboard-wo-grey-waiting-for-data.html
https://answers.splunk.com/answers/243621/is-there-a-way-to-refresh-just-the-tick-on-a-radia.html
... View more