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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...