Dashboards & Visualizations

How to reset checkbox values?

vdevarayan
Path Finder

I am using Splunk 6.2.1

I have a checkbox inside a panel

        <panel>
          <input type="checkbox" token="cbstring" searchWhenChanged="true">
            <label></label>
            <choice value="max">Max</choice>
            <choice value="min">Min</choice>
          </input>
    ...
       </panel>    

The problem is that once a checkbox is selected, the searchstring gets populated.
Unchecking does NOT reset the values.
In other words, if i select a checkbox, search works correctly. But, when the same checkbox is un-checked, the token cbstring does not get re-populated - instead the old values persists.

How to reset the token associated with the checkbox?

Tags (2)
0 Karma

jeffland
SplunkTrust
SplunkTrust

Hm. It looks like you want a radio button, not two checkboxes. Or are the two supposed to be selected at the same time?

Otherwise, to start an action on uncheck of a checkbox, you can listen to click on it and call your search based on the condition that !$(this).is(':checked'). But I wonder how your search looks like if the user selects neither min nor max - if it uses count, you should add that as the third option (and, as I said, use radio buttons).

0 Karma

vdevarayan
Path Finder

I have many other options - and i want checkbox - meaning more than one option can be selected.
I am having trouble with resetting the token - the old values persist.

0 Karma

jeffland
SplunkTrust
SplunkTrust

That's strange. Are you only using a search manager, or also a post process manager as well? I just tried, and in its simplest form unchecking a checkbox immediately triggers an update to the search that uses the token. How are you using your token in the search?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...