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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...