Dashboards & Visualizations

Dashboard Auto-Refresh Switch

brajaram
Communicator

I know how to auto-refresh a dashboard, but is there a way to make a switch within a dashboard to toggle this on an off? I want this dashboard to periodically refresh, but if a user wants that functionality to stop, they should have a switch to do so.

Tags (3)
0 Karma

niketn
Legend

@brajaram have you tried the Slideshow app from Splunkbase?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

sengaranand
New Member

You can use chrome browser multiple tabs to switch auto between them using powershell script.

while(1 -eq 1){
$wshell=New-Object -ComObject wscript.shell;
$wshell.AppActivate('Google Chrome');
Sleep 15;
$wshell.SendKeys('^{PGDN}');
}

you can change sleep time base on your requirement.

0 Karma

sengaranand
New Member

You can use chrome browser and multiple tab in that and it can be auto switch between the tabs using powershell script.
while(1 -eq 1){
$wshell=New-Object -ComObject wscript.shell;
$wshell.AppActivate('Google Chrome');
Sleep 15;
$wshell.SendKeys('^{PGDN}');
}

you can change the time 15 sec. to what you want for your dashboard to switch over.,You can the multiple chrome browsers tab and use Powershell script to switch between tabs.
while(1 -eq 1){
$wshell=New-Object -ComObject wscript.shell;
$wshell.AppActivate('Google Chrome');
Sleep 15;
$wshell.SendKeys('^{PGDN}');
}

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...