Dashboards & Visualizations

Why am I not able to drilldown to a chart on the same page in Simple XML using Splunk 6.0.3?

vijai_thomas
Engager
<table>
  <title>Set sourcetype token on click</title>
  <searchString>
    index=_internal | stats count by sourcetype
  </searchString>
  <earliestTime>-4h</earliestTime>
  <latestTime>now</latestTime>
  <drilldown>
      <set token="token">$click.value$</set>
  </drilldown>
</table>
<chart depends="$token$">
  <title>Chart for $token$</title>
  <searchString>
    index=_internal sourcetype=$token$ | timechart count by sourcetype
  </searchString>
  <earliestTime>-4h</earliestTime>
  <latestTime>now</latestTime>
</chart>
<table>
  <title>Set sourcetype token on click</title>
  <searchString>
    index=_internal | stats count by sourcetype
  </searchString>
  <earliestTime>-4h</earliestTime>
  <latestTime>now</latestTime>
  <drilldown>
      <set token="token">$click.value$</set>
  </drilldown>
</table>
<chart depends="$token$">
  <title>Chart for $token$</title>
  <searchString>
    index=_internal sourcetype=$token$ | timechart count by sourcetype
  </searchString>
  <earliestTime>-4h</earliestTime>
  <latestTime>now</latestTime>
</chart>

Im using an xml like the one above and on clicking the table row i'm being redirected to search window instead having opened the chart. Please help find what is that im missing here . Is the version old for this feature?

0 Karma

nfilippi_splunk
Splunk Employee
Splunk Employee

Contextual (in-page) drilldown was a new feature added to Splunk 6.1.

It is described further in both the docs as well as the Splunk 6.1 Overview app.

Splunk 6.1 Overview app
https://apps.splunk.com/app/1773/

http://docs.splunk.com/Documentation/Splunk/6.1.4/Viz/Understandbasictableandchartdrilldownactions#C...

0 Karma
Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...