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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...