It worked with the below:
<set token="JMS_ID">$row.JMSID$</set>
<set token="show_transaction">true</set>
<unset token="show_correlated"></unset>
<set token="StartTime">$row.StartTime$</set>
<eval token="token_starttime">relative_time(strptime($StartTime$,"%Y/%m/%dT%H:%M:%S"),"-5m")</eval>
<eval token="token_endtime">relative_time(strptime($StartTime$,"%Y/%m/%dT%H:%M:%S"),"+1h")</eval>
Set token first and then use that token in the eval command. I am using the below tokens in the drilldown panel.
token_starttime
token_endtime
Thanks all for your help.
... View more