Getting Data In

Drop-down

Khuzair81
Path Finder

DROPDOWN - I want to create one dashboard. While creating Country Dropdown I want only those countries in dropdown which my team support(US, UK, AUSTRALIA ETC.) but we are getting data for All countries.

Query - index=* country="US"  OR country="UK" OR country="AUSTRALIA" | table country | dedup country 

The above Query give me the perfect result in dropdown.

But I want to add one more option "All" in the dropdown which gives me the above mentioned country data only. Is there anyway?

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @Khuzair81,

as @richgalloway, said, you have to add a static option ("All") not associating to it "*" as usual (beacuse in this way you take all the countries) but the list of the wanted countries, e.g.:

country="US"  OR country="UK" OR country="AUSTRALIA"

Ciao.

Giuseppe

0 Karma

richgalloway
SplunkTrust
SplunkTrust

A dashboard input can mix static and dynamic choices.  The dynamic choices are those produced by the query shown.  Add a static choice called "All" and give it a value ("*" is common) that works with your main query.

---
If this reply helps you, Karma would be appreciated.
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!

Quantify Your Splunk Investment Impact: Introducing Savings Metrics to Value Insights

Building on the foundation established in our initial Value Insights releases, we are introducing the Savings ...

Event Series: Telemetry Pipeline Management

Balancing Scale and Spend: Gaining Control Over High-Volume Metrics in Splunk Observability Cloud As ...

Kick the Tires Before You Commit: A Hands-On Tour of the Splunk Observability Cloud ...

Evaluating an enterprise observability platform usually goes like this: fill out a form, get a free trial with ...