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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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