Dashboards & Visualizations

Is it possible to toggle dashboard theme at runtime by user input field?

chiliconbeano
Path Finder

Is it possible to allow users the interactive capability of selecting between light and dark mode theme by way of an input field?  I tried:

<form theme="$background_theme_token$>

along with an input field for that token ( light or dark selection ) and was not able to get it to work.

Any suggestions or is this not doable in the Classic dashboard (XML) world?

Thanks in advance,

Bob

Labels (1)
0 Karma
1 Solution

VatsalJagani
SplunkTrust
SplunkTrust

@chiliconbeano - It is not possible with just simple XML and tokens.

But as per the document of Simple XML dashboards, you can set the URL to:

<dashboard_url>?theme=dark

 with JavaScript to achieve the same.

Note that this will not be changed to dashboard XML, it will just show the user a different theme. But enough for what you want to achieve.

 

I hope this helps!!!

View solution in original post

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@chiliconbeano - It is not possible with just simple XML and tokens.

But as per the document of Simple XML dashboards, you can set the URL to:

<dashboard_url>?theme=dark

 with JavaScript to achieve the same.

Note that this will not be changed to dashboard XML, it will just show the user a different theme. But enough for what you want to achieve.

 

I hope this helps!!!

0 Karma

chiliconbeano
Path Finder

VatsalJagani,

Awesome solution...thanks a million!

Bob

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...