Dashboards & Visualizations

Unset token after timepicker/time is changed

rewritex
Contributor

I would like advice on how to unset my dashboard token whenever a new search timeframe is selected using the timepicker.
Thank you

<form>
  <label>Dashboard Example</label>
  <fieldset submitButton="false">
    <input type="time" token="time1">
      <label></label>
      <default>
        <earliest>-15m</earliest>
        <latest>now</latest>
      </default>
    </input>
  </fieldset>
  <row>
    <panel>
0 Karma

dflodstrom
Builder

You can do this by adding a <change> element to your time input. Here is an example of this where the token I'm unsetting is called "tok"

<fieldset submitButton="false">
    <input type="time" token="field1">
      <label></label>
      <default>
        <earliest>-24h@h</earliest>
        <latest>now</latest>
      </default>
      <change>
        <unset token="var"></unset>
      </change>
    </input>
  </fieldset>

niketn
Legend

@rewritex, Do you want to unset the only the form tokens i.e. tokens related to other inputs in the dashboard, or all the other tokens as well? If it is for other tokens how are they being set? Would it be possible for you to add the Simple XML code for other tokens that need to be reset?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

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

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...