Dashboards & Visualizations

Can I pass a token in Dashboard with 2 values?

kiran331
Builder

Hi,

I have a Dashboard using two different searches. I have a drop down with zone1 and zone2. Is there a way when I select a zone1 to pass two values, each for each panel?

Tags (1)
0 Karma

somesoni2
Revered Legend

Assuming your dropdown selection values zone1 and zone2 are static, you set the token value from the dropdown to just the zone names and pass just the zone name to searches as other portion in the eventtype name is constant. So basically, your dropdown xml would be like this

<input type="dropdown" token="zone_tok">
      <label>Select a Zone</label>
      <default>splunkd</default>
      <choice value="zone1">Zone1</choice>
      <choice value="zone2">Zone2</choice>
    </input>

Your panel searches should be like this

Panel1: eventtype= "host_detection_$zone_tok$" |......

Panel2:  eventtype="vm_detection-$zone_tok$" |....
0 Karma

alemarzu
Motivator

Hi there kiran331,

If you create an eventtype for each zone you'll end up with one value as token for each zone, like this.

eventtypes.conf
[zone1]
search = (eventtype="host-detection_zone1" OR eventtype=vm_detection-zone1")
[zone2]
search = (eventtype="host-detection_zone2" OR eventtype=vm_detection-zone2")

Hope it helps.

0 Karma

somesoni2
Revered Legend

Could you provide more details? What two values will be passed and from where those two values comes from? How do you want to use those values in your panel searches?

0 Karma

kiran331
Builder

If i select Zone1 its has to pass "host_detection_zone1" & "vm_detection-zone1" and If i select zone2 it has to pass "host_detection_zone2" & "vm_detection-zone2" to the dashboard with is based on the two searches

eventtype= "host_detection_zone1" |......

eventtype="vm_detection-zone1" |....

If i select zone2 it has to show the results of

eventtype= "host_detection_zone2" |......

eventtype="vm_detection-zone2" |....

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...