Dashboards & Visualizations

Conditional DrillDown

lostcauz3
Path Finder
KPIGLOBALLOCAL
random1random_datarandom_data
random2random_datarandom_data
random3random_datarandom_data



I have a dashboard like the above i want to design a conditional drilldown where :

when someone clicks on any value(random_data) in the global column they must be redirected to a different page in a new tab

when they click on any value(random_data) in the local column they must be redirected to a different page in a new tab


is there any way to achieve this?

Labels (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
<drilldown>
  <condition field="GLOBAL">
    <link .../>
  </condition>
  <condition field="LOCAL">
    <link .../>
  </condition>
</drilldown>

View solution in original post

0 Karma

lostcauz3
Path Finder

Thanks a ton!!

you taught me a lot.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
<drilldown>
  <condition field="GLOBAL">
    <link .../>
  </condition>
  <condition field="LOCAL">
    <link .../>
  </condition>
</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, ...