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!

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...