Dashboards & Visualizations

how can I play multiple dashboard one after another and show on Projector automatically

avikc100
Path Finder

I have few Dashboards in splunk

I want to play them on TV. Expectation is dashboard 1 will be shown then after 1 sec gap dashboard 2 will appear on screen then again pause for few seconds and dashboard 3 will come.

 

if not possible through splunk then how can I achieve this?

 

0 Karma
1 Solution

livehybrid
SplunkTrust
SplunkTrust

The way we've achieved this in the past is to use a "Tab Rotator" browser extension and then open the intended dashboards in different tabs of the browser, rotating between.

You will also need to ensure that the refresh on your dashboard searches is configured to refresh at the desire interval. For Dashboard Studio dashboard you can set the following within the "options" JSON object for each of your searches:

"refresh": "30s"

 For XML dashboard set the refresh attribute in your <dashboard> or <form> stanza. See docs for more info

I hope this helps!

Will

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Another possible way is to use a refreshing search to set up some tokens and use the depends attribute on the panels the display them in turn.

0 Karma

PickleRick
SplunkTrust
SplunkTrust

Yup. But if you have a big dashboard, especially powered by badly written searches, and a very short refresh time... That's not gonna end well 😉

0 Karma

PickleRick
SplunkTrust
SplunkTrust

@livehybrid's idea is one possible way. Another way would be to render one bigger dashboard and use some clever CSS/JS to slide the contents within the visible area.

0 Karma

livehybrid
SplunkTrust
SplunkTrust

The way we've achieved this in the past is to use a "Tab Rotator" browser extension and then open the intended dashboards in different tabs of the browser, rotating between.

You will also need to ensure that the refresh on your dashboard searches is configured to refresh at the desire interval. For Dashboard Studio dashboard you can set the following within the "options" JSON object for each of your searches:

"refresh": "30s"

 For XML dashboard set the refresh attribute in your <dashboard> or <form> stanza. See docs for more info

I hope this helps!

Will

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...