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 the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...