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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...