Dashboards & Visualizations

Dashboards & views: Conditional panels

ramesh
Engager

Can I have a view that has some panels that are shown based on a condition? The condition could be the result of a search or a user selection.

Tags (3)
0 Karma

sideview
SplunkTrust
SplunkTrust

There's a core module called "ConditionSwitcher", although I think it may be marked as a prototype. It takes a param that basically gets evaluated as a Javascript statement. So you can put things in it like '(context.get("someToken")=="all")'. Based on how that evaluates at runtime, it'll show different subbranches of XML config.

If you're using Sideview Utils 2.0, there's a much more powerful mechanism though, involving the Switcher module (new in 2.0), and depending on your use case, also the ResultsValueSetter module. Email me if you want to know more. (Sideview Utils 2.0 isn't a free product anymore so I won't spell it out here or you'll think I'm pitching you.) Cheers.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

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

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...