Dashboards & Visualizations

How to create a drilldown for a single value panel, when i click on the value it should take me to new window?

vijaykumartcs
Explorer

I'm trying to create a drilldown for a single value panel, when i click on the value it should take me to new window.

its splunk 6.2.2 version

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi vijaykumartcs,
if you download and install Splunk 6.0 Dashboard Examples App (https://splunkbase.splunk.com/app/1603/), there is an example for your need.
Every way, you have to insert in your primary dashboard, at the end of your <single> tag, the following lines

<drilldown>
   <link>secondary_dashboard?os=Linux&amp;TimeFrom=$Time.earliest$&amp;TimeTo=$Time.latest$</link>
</drilldown>

eventually inserting tokens (e.g. os=Linux) and time range.
And insert your token $os$ $TimeFrom$ and $TimeTo$ in the secondary dashboard's searches .

Beware that tokens are case sensitive.
To use tokens see https://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjtjd7VpJTSA...

Bye.
Giuseppe

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, ...