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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...