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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...