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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...