Dashboards & Visualizations

Dashboard with text input panel that accepts multiple text values, preferrably separated by commas

christopheryu
Communicator

I currently have this for my text input that is working just fine (sorry, don't know how to make it show up right):

 input
    input type="text" token="token1" searchWhenChanged="true"
      label CKT ID label
      default * default
 input 

However, instead of inputting just single values or using *, I would like to input and pull up results for multiple CKT IDs:

Before, only able to accept single value as input: CKTA
New, multiple values separated by commas accepted : CKTA, CKTB, CKTD.. etc

Trying to have comma as delimiter for inputs, doesn't matter if have to change to "CKTA,CKTB,CKTD.. etc" or if not possible, any other that will work

Thank you in advance!

Tags (3)
0 Karma

cmerriman
Super Champion

If you are on Splunk 6.x, you can use the IN operator. http://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Search

... CKT_ID IN (value1,value2...)
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...