I have a drill down in dashboard studio panel that returns the start time of some events ($startTime$). I want to use the token as the earliest, and at the same time, I want to use $dd_span$+$startTime$ ($dd_span$ is created from a pulldown menu, it has options of 1d, 1h, 2h, etc). I wanted to use the start time and end time to narrow down a search in another panel. index=main (earliest=$startTime$ latest=$startTime$+$dd_span$) | spath ... does not resolve, is there a way to add the time together?
... View more