Getting Data In

How to filter data by multiselect

quintessence
New Member

I'm trying to use multiselect for filtering my charts data:

search "msg.mdc.headers.consumer{}"=$consumer$

, where $consumer$ is my multiselect token.
But when I have multiple values selected (val1, val2) - the search doesn't work.

0 Karma

vnravikumar
Champion

Hi

Check this sample and try with valuePrefix , valueSuffix and delimiter

<form>
  <label>multiselect</label>
  <fieldset submitButton="false">
    <input type="multiselect" token="sourcetype">
      <label>Source Type</label>
      <valuePrefix>(sourcetype=</valuePrefix>
      <valueSuffix>)</valueSuffix>
      <delimiter> OR </delimiter>
      <fieldForLabel>sourcetype</fieldForLabel>
      <fieldForValue>sourcetype</fieldForValue>
      <search>
        <query>index=_internal |stats count by sourcetype</query>
        <earliest>-24h@h</earliest>
        <latest>now</latest>
      </search>
    </input>
  </fieldset>
  <row>
    <panel>
      <table>
        <search>
          <query>index=_internal $sourcetype$</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
  </row>
</form>
0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...