Dashboards & Visualizations

Splunk dashboard carousel

ejmindanao
Explorer

Hi Splunkers,

Does anyone created a carousel dashboard in which a certain group of panels in one slide then another group of panels in another slide. I've been researching this thing in a week and unfortunately I found 2 results which I found not compatible to what I am looking for. The first one is https://splunkbase.splunk.com/app/4342/ from splunkbase which has the carousel visualization but only works in single value visualization. The other one was https://www.splunk.com/en_us/blog/tips-and-tricks/animate-simplexml-dashboard-elements-with-a-carous... a jquery library animation in which consumes a lot of spaces in a dashboard and only works on a single panel. I hope you guys help me for this. Thank you.

Labels (3)

dcondliffe
Engager

Don't know if this will help you out at all... but this is how I have used the carousel viz...

<row id="showcase">
<panel>
<html>
<center><h1><a href="/app/Your_Apps/Home_Page_Template" font-size="100px">Infrastructure</a></h1></center><br /><br />

<center><i class="icon-settings" style="font-size:48px; color: #5CC05C"></i>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<i class="icon-distributed-environment" style="font-size:48px; color: #5CC05C"></i><p></p><i class="icon-data-input" style="font-size:48px; color: #5CC05C"></i>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<i class="icon-activity" style="font-size:48px; color: #5CC05C"></i></center>

</html>
</panel>
<panel>
<html>
<center><h1><a href="/app/Your_Apps/custom_core_services_template" font-size="100px">Core Services</a></h1></center><br /><br />
<center><i class="icon-menu" style="font-size:48px; color: #5CC05C"></i>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<i class="icon-chart-column" style="font-size:48px; color: #5CC05C"></i><p></p><i class="icon-external" style="font-size:48px; color: #5CC05C"></i></center>

</html>
</panel>
<panel>
<html>
<center><h1><a href="/app/Your_Apps/custom_shared_services_template" font-size="100px">Shared Services</a></h1></center><br /><br />
<center><i class="icon-data" style="font-size:48px; color: #5CC05C"></i>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<i class="icon-mail" style="font-size:48px; color: #5CC05C"></i><p></p><i class="icon-lock" style="font-size:48px; color: #5CC05C"></i></center>

</html>
</panel>
<panel>
<html>
<center><h1><a href="/app/Your_Apps/custom_business_metrics_template" font-size="100px">Business Metrics</a></h1></center><br /><br />
<center><i class="icon-chart-bar" style="font-size:48px; color: #5CC05C"></i>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<i class="icon-gauge-radial" style="font-size:48px; color: #5CC05C"></i><p></p><i class="icon-bar-beside" style="font-size:48px; color: #5CC05C"></i></center>

</html>
</panel>
<panel>
<html>
<center><h1><a href="/app/Your_Apps/custom_transaction_template" font-size="100px">Transaction Tracing</a></h1></center><br /><br />
<center><i class="icon-search" style="font-size:48px; color: #5CC05C"></i>&#160;&#160;&#160;&#160;&#160;&#160;&#160;<i class="icon-warning-sign" style="font-size:48px; color: #5CC05C"></i><p></p><i class="icon-gear" style="font-size:48px; color: #5CC05C"></i></center>

</html>
</panel>
</row>

0 Karma

ejmindanao
Explorer

I see your point and I already have a test of it @dcondliffe but as much as possible the results needs to be no human interaction or clickable panels like the one that you did by redirecting it to another dashboard but anyway thanks for your input I might use it as a reference to create another possible use cases.

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, ...