Reputation: 1010
In my Splunk table, I have three columns as Id, Name and Place. The table values are coming from my search which has a token from a dropdown above it. A simplified version of the query looks as below :
index=main target=$myTarget$ | table Id, Name, Place
My requirement is to create a table drilldown on this and pass $myTarget$ to the linking dashboard. But since I am not showing target in my table I am not able to pass it as $row.$ or any other (like $click.value2$ etc.)
Is it possible to pass a token which is not in the table fields to another dashboard by drilldown ?
Thanks
Upvotes: 1
Views: 156