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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...