Dashboards & Visualizations

Dashboard CMD execution

markhvesta
Path Finder

I have 2 commands I would like to execute in a dashboard only when the input checkbox is marked and submit is hit. Currently it just attempts to execute both of these when the page is loaded. Can someone please tell me what I am doing wrong?

<fieldset submitButton="true" autoRun="false">
    <input type="checkbox" token="dummy" searchWhenChanged="false">
      <label>CMD1</label>
      <choice value="run">Run</choice>
        <search>
          <query>| cmd1 | eval ignore = $form.tokQuery$</query>
        </search>
      <delimiter> </delimiter>
      <change>
        <set token="form.tokQuery">nothing</set>
      </change>
    </input>
    <input type="checkbox" token="dummy2" searchWhenChanged="false">
      <label>CMD2</label>
      <choice value="run">Run</choice>
      <search>
        <query>| cmd2 | eval ignore = $form.tokQuery$</query>
      </search>
      <delimiter> </delimiter>
    </input>
  </fieldset>
0 Karma

to4kawa
Ultra Champion

You should send the selected result (token run) to the main panel (in this case, the hidden panel).

markhvesta
Path Finder

Can you please clarify how?

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

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 ...