Dashboards & Visualizations

Why is the Form.token getting overrode by default value in Checkbox while duplicating tabs?

greggz
Communicator

So using a Checkbox of this sort

<input type="checkbox" token="showservices" searchWhenChanged="true">
      <label></label>
      <choice value="Service">Show services</choice>
      <default></default>
    </input>

It's unchecked by default. And if you check it and then duplicate the tab, it still maintains the form.token value (Checked), meaning, it does not get overrode.

<input type="checkbox" token="showservices" searchWhenChanged="true">
          <label></label>
          <choice value="Service">Show services</choice>
          <default>Service</default>
        </input>

If I do it like this (Notice I changed the default value), and then uncheck it and try to duplicate it, it will appear as checked in the new tab!! ( Meaning the default value overrode the form.token value )

Why does it behave like this? Why doesn't the form.token value gets prioritized?

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...