Hi, I am trying to configure a drilldown for a dashboard selecting the option "Link to custom URL" from the UI.
The link is basically a splunk search, idea being when a user clicks on the bar chart, a corresponding search page opens up based on the row where the user clicked. So the name of the row is dynamic/clickable.
To pass the row name to the search query I have tried multiple in-built tokens, $click/name/row.value/value2$ and more. When I click on a row this token is not processing. It stays click.value2 or whatever is used.
example search query:
index=abcd sourecetype="stype" field1=$click.value$
On the Barchart x-axis is field1, when I hard code a value into the search query it works great. When using token I get no results.
Any suggestions what I am doing wrong or can try differently. Thanks in advance !!
... View more