1. Splunk Documentation: Dashboards and Visualizations
"Use drilldown for dashboard interactivity". This section details how to configure actions when users click on dashboard elements. It explicitly covers the "Set token" action
which is the core mechanism for the described behavior.
Reference: In the subsection "Use a token to show or hide a panel
" the documentation states: "You can configure a drilldown to set a token that controls whether a panel is hidden or displayed."
2. Splunk Documentation: Simple XML Reference
"Dashboard element options". This reference describes the element and its child elements
including and .
Reference: The documentation for explains that the depends and rejects attributes can be used to "Show or hide this panel depending on the value of a token." This confirms how tokens set by a drilldown action control panel visibility.