Dashboards & Visualizations

How to make a panel use different queries depending on the dropdown value?

klim
Path Finder

I have a dropdown that has three options. Depending on the option the search of a panel needs to change. So if the dropdown selected was A, I need the panel to use search A. Is this possible or should I just build three of the same panels with a depends clause on that dropdown token?

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The value for each choice in the dropdown can be the entire search

<choice value="index=xyz | table field1">Search 1</choice>

 Then the query in the panel can just be the token

<query>$dropdown$</query>

Alternatively, in the change handler for the dropdown, you could set a number of tokens which you use in the query of the panel, for example, your different searches might have different earliest and latest values. 

0 Karma
Get Updates on the Splunk Community!

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...

What's New in Splunk Observability - October 2025

What’s New?    We’re excited to announce the latest enhancements to Splunk Observability Cloud and share ...