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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...