Hi, Splunkers,
I have a timechart in dashboard..
l timechart span=1h count by VQ,
then timechart returns a graph with VQ_A, VQ_B, VQ_C with their values.
I want to click these VQ_XXX ...
See more...
Hi, Splunkers,
I have a timechart in dashboard..
l timechart span=1h count by VQ,
then timechart returns a graph with VQ_A, VQ_B, VQ_C with their values.
I want to click these VQ_XXX as input to reopen the dashboard.
how to pass these "count by" result as input to my dashboard?
actually, in my timechart: l timechart span=1h count by VQ, this VQ comes from a token.
there is a chart option below :
<option name="charting. Drilldown">$t_countby$</option>,
if I put token t_countby here, then when I click VQ_A, or, VQ_B, VQ_C in my timechart, the value passed as input is VQ, which I selected from droplist with token t_countby, not VQ_A, or, VQ_B, VQ_C, which I expected to pass as input.
thx in advance.
Kevin