Reporting

How can I create Mutiselect input using Static Data?

POR160893
Builder

Hi,

 

I need to create a multiselect input using a static list of data.

How can I do this?


Thanks,
Patrick

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @POR160893,

you could follow the hint of @ITWhisperer and try something like this:

    <input type="checkbox" token="status">
      <label>Status</label>
      <choice value="Enabled">Enabled</choice>
      <choice value="Disabled">Disabled</choice>
      <default>Enabled</default>
      <prefix>(</prefix>
      <suffix>)</suffix>
      <valuePrefix>Status="</valuePrefix>
      <valueSuffix>"</valueSuffix>
      <delimiter> OR </delimiter>
    </input>

Ciao.

Giuseppe

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
0 Karma
Get Updates on the Splunk Community!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...