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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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