Dashboards & Visualizations

Hiding Panels After Unhiding a New Panel

strehb18
Path Finder

Hello, 

In the past, I have used the checkbox method to hide panels after opening new ones. In this example, I would like to have a panel disappear after I click on the values in the panel. Currently, my next panel appears on the click, but the existing panel still exists. I'm wondering if there is any way to hide the panel that exists after i click on what I want to pass as the token. XML preferred. 

 

Labels (5)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You can use the drilldown from the second panel to unset the token used to show the panel.

0 Karma

strehb18
Path Finder

My current efforts of <unset/> and <unset></> have not worked. Do you have an example of how to structure the token setup in the drilldown? 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
    <panel id="panel" depends="$showpanel$">
      <table>
        <search>...</search>
        <option name="drilldown">row</option>
        <option name="refresh.display">progressbar</option>
        <drilldown>
          <unset token="showpanel"></unset>
        </drilldown>
      </table>
    </panel>
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 ...