- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SCSC
Explorer
06-30-2022
07:57 PM
I made drilldown from pie chart to scatter chart.
Pie chart :
<drilldown>
<set token="BU">$row.BU$</set>
</drilldown>
search sentence of Scatter chart :
<search>
<query>
index="indexA"
| search BU=$BU$
| eval XXX
</query>
<earliest>$field1.earliest$</earliest>
<latest>$field1.latest$</latest>
</search>
Question : Can I set the Initial or default value of this token?
I'm in trouble that scatter chart does not appear until you click something on pie chart.
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ITWhisperer

SplunkTrust
06-30-2022
11:17 PM
You could try adding a done handler to the search of the pie chart, and set the initial value of the token there.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ITWhisperer

SplunkTrust
06-30-2022
11:17 PM
You could try adding a done handler to the search of the pie chart, and set the initial value of the token there.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SCSC
Explorer
07-01-2022
12:41 AM
It was solved thanks to you.
Thank you very much !
