Dashboards & Visualizations

How to add a checkbox to panel to hide and unhide panel on dashboard

Mary666
Communicator

Hi Splunk Community,

How can I add a check box to unhide and hide panel? This panel is not dependent of any other panel. Only need to check to hide, check to unhide. My code is below.  Such a simple thing, but can't get it done. Any help is greatly apricated. 

*****MY ATTEMPT ON CREATING THE CHECKBOX INPUT*****
<panel depends="$tok_hide$" >
      <input type="checkbox" token="tok_hide" searchWhenChanged="true">
        <label></label>
        <choice value="TRUE"></choice>
      </input>
  *****BELOW IS THE PANEL I WOULD LIKE TO HIDE AND UNHIDE*****
      <table>
        <title>FileS To Read</title>
        <search>
          <query> Blah blah blah.....  </query>




Labels (3)
Tags (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Change depends to rejects - this will hide the whole panel - to unhide it you will also need a way to unset the token.

0 Karma

Mary666
Communicator

@ITWhisperer  Thanks, still having trouble with the check box. I did the panel rejects and unset the token. I can't get the checkbox to function. It does not open the panel and it does not close it. Any suggestions will be greatly appreciated. 

<panel rejects="$tok_update$">
      <input type="checkbox" token="tok_update" searchWhenChanged="true">
        <label>Last Updated</label>
        <prefix>(</prefix>
        <suffix>)</suffix>
        <valuePrefix>update="</valuePrefix>
        <valueSuffix>"</valueSuffix>
        <delimiter>OR</delimiter>
        <fieldForLabel>update</fieldForLabel>
        <fieldForValue>update</fieldForValue>
        <search>
          <query>| blah blah blah blah 
        <unset token="tok_update"></unset>
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

This doesn't look like the checkbox you originally had. 

*****MY ATTEMPT ON CREATING THE CHECKBOX INPUT*****
<panel rejects="$tok_hide$" >
      <input type="checkbox" token="tok_hide" searchWhenChanged="true">
        <label></label>
        <choice value="TRUE"></choice>
      </input>
  *****BELOW IS THE PANEL I WOULD LIKE TO HIDE AND UNHIDE*****
      <table>
        <title>FileS To Read</title>
        <search>
          <query> Blah blah blah.....  </query>
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...