Dashboards & Visualizations

How to change the drop-down source input on my dashboard to a checkbox?

banderson7
Communicator

I have a dashboard that allows the user to choose the source of the data from a drop-down menu, and it will show the data one source at a time. I'd like to use a checkbox instead, to show more than one source at a time. I suspect the token delimiter is the answer, but I'm not sure if that's the way to go or not. Right now, my token prefix is (source=/path/to/xml and the suffix is ), and the user chooses the xml file in that source directory, which is autopopulated by the filenames in the directory. I'd like to keep that logic if possible.

Is what I'm asking for possible?

0 Karma
1 Solution

sundareshr
Legend

Try this

      <prefix>(</prefix>
      <suffix>)</suffix>
      <valuePrefix>source="/path/to/xml/</valuePrefix>
      <valueSuffix>"</valueSuffix>
      <delimiter> OR </delimiter>

View solution in original post

sundareshr
Legend

Try this

      <prefix>(</prefix>
      <suffix>)</suffix>
      <valuePrefix>source="/path/to/xml/</valuePrefix>
      <valueSuffix>"</valueSuffix>
      <delimiter> OR </delimiter>

banderson7
Communicator

That did it, thank you!

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...