Splunk Search

How to hide a drilldown panel when a user clicks on the chart?

dbcase
Motivator

Hi,

I have a dashboard that has a stats table that has a drilldown panel (timechart). All of this works great, but what I'd like to do is have the user click on the drilldown panel (or click a button or something within the drilldown panel) so that the drilldown panel is hidden. Is this possible?

0 Karma
1 Solution

sundareshr
Legend

In your timechart panel, make these changes, this will hide the panel when user clicks on any data point on the chart

<panel rejects="$hidePanel$">
<chart>
.....
<drilldown>
 <set token="hidePanel">$click.value$</set>
</drilldown>

View solution in original post

0 Karma

sundareshr
Legend

In your timechart panel, make these changes, this will hide the panel when user clicks on any data point on the chart

<panel rejects="$hidePanel$">
<chart>
.....
<drilldown>
 <set token="hidePanel">$click.value$</set>
</drilldown>
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...