Dashboards & Visualizations

How to configure a single visualization that a click on the value will open another dashboard?

HeinzWaescher
Motivator

Hi,

how do I have to configure a single visualization, so that a click on the value will open another dashboard?

Thanks in advance
Heinz

0 Karma
1 Solution

ekatane
Explorer

Hello,

On xml you could use this configuration :

       <condition field="*">
        <link>
          <![CDATA[www]]>
        </link>
      </condition>
    </drilldown> 

Kapten.

View solution in original post

ekatane
Explorer

Hello,

On xml you could use this configuration :

       <condition field="*">
        <link>
          <![CDATA[www]]>
        </link>
      </condition>
    </drilldown> 

Kapten.

HeinzWaescher
Motivator

Working fine, thanks!

0 Karma

ChrisG
Splunk Employee
Splunk Employee

Quoting from Drilldown behavior topic in the Dashboards and Visualizations manual:

By default, drilldown is disabled for single value visualizations. Enable drilldown by adding the following option to the Simple XML source code for the visualization.

<option name="drilldown">all</option>

Users can click on the single value to generate the drilldown search.

I also recommend that you download the Splunk 6.x Dashboard Examples app.

Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...