Figured out the solution: 1. I just use $name$ to get the click event object line name. 2. Put latest="+1" 3. Removed all defined tokens and put the actual values into the search. "eventHandlers": [ { "type": "drilldown.linkToSearch", "options": { "enableSmartSources": true, "query": "... where match(Object,\"$name$\") and match(Object_Time,\"$value$\")\r\n| ...", "earliest": "$row._time.value$", "latest": "+1m", "type": "custom", "newTab": true } } ] The
... View more