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!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...