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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...