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 Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...