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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...