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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...