Hello everybody !
I'm new in Splunk dev and I can not do a query in my drilldown ://
I have a map, and i want to do a query with the click name for get data from a lookup and after go to my dashboard with this 2 tokens in params.
So : click, get data thx to the click name, go to dashboard with data and click in params in the URL
Like this :
<drilldown>
<set token="TOKEN">| inputlookup lookup_name.csv | search name = $click.name$ | fields nbr</set>
<link target="_blank">/app/dashboard_$TOKEN$
nom_site=$click.name$</link>
</drilldown>
Thx a lot !