Dashboards & Visualizations

Drilldown from a line chart to a line chart

celianou
New Member

I need help because I can't do a drilldown and I don't understand why.

Here is my first chart. I wanna click on a point and token the Date (for example 2019-11-22) :
alt text

Then I want to display another graph with a where clause on this Date and here is my xml code :

  <row>
    <panel depends="$breakdown$">
      <title>Test</title>
      <chart>
        <search>
          <query>index="sap-lab" sourcetype=machine | eval temps=strftime(_time,"%Y-%m-%d") | where temps=$breakdown$ | timechart span=30m avg(Temperature) | rename avg(Temperature) as "Average Temperature"</query>
          <earliest>0</earliest>
          <latest></latest>
        </search>
        <option name="charting.chart">line</option>
        <option name="charting.drilldown">all</option>
        <option name="refresh.display">progressbar</option>
      </chart>
    </panel>
  </row>

Here is the code of my token on the first chart :

        <drilldown>
          <set token="breakdown">$Date$</set>
        </drilldown>
Tags (1)
0 Karma
1 Solution

woodcock
Esteemed Legend

Try these, in this order:

$click.value$
$click.value2$
$click.name$
$click.name2$

It will be one of those.

View solution in original post

0 Karma

woodcock
Esteemed Legend

Try these, in this order:

$click.value$
$click.value2$
$click.name$
$click.name2$

It will be one of those.

0 Karma

celianou
New Member

Yes I already tried it. The solution was click.value ! I though I tried it but ... nevermind. Sorry for my questions, I don't know how to close it !

0 Karma

niketn
Legend

@celianou you can accept your own comment as answer to mark this question as answered.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

niketn
Legend

@celianou you would need to add more details. Is the Date field in your first chart string time or epoch? What is the query for first line chart?

Have you tried $row.Date$ instead of $Date$ inside the <drilldown> section of the first line chart?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...