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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...