Dashboards & Visualizations

Why is my option to select ALL values in a drop-down not working?

guillecasco
Path Finder

Hi

The question is simple. How can I make work a drop-down menu where I have a list of soft versions and also the "ALL" option Version (so I choose all of them instead of just only one)
If I choose one, drop-down works ok in the search, but if I choose ALL, it is not working. I tried with "*" and empty "", but it is not returning all values in the search. Is there anything else I need to do?

Tags (3)
0 Karma
1 Solution

sundareshr
Legend

Use $value$ for all tokens when using wildcards. Like this

<choice value="*">All</choice> 
...
<condition label="ALL">
        <set token="tokName">$value$</set>
</condition>

View solution in original post

sundareshr
Legend

Use $value$ for all tokens when using wildcards. Like this

<choice value="*">All</choice> 
...
<condition label="ALL">
        <set token="tokName">$value$</set>
</condition>

sundareshr
Legend

Can you share the search where you are using this token value? <choice value="*">All</choice> should work

0 Karma
Get Updates on the Splunk Community!

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...