Is it possible to extract the duration from a graph in a drilldown, even though the duration has not been displayed in the chart (it is in the table behind the chart)? If not, how do i access referencing the "start" or "stop" seen in the image below?
![alt text][1]
eventtype=mlc sourcetype=lts_timings host=$host_token$ | eval duration_seconds=duration_seconds*1000 | table _time task_name task_name2 duration_seconds start end | sort $Name_or_Duration2$ | rename task_name as Event_Name | rename task_name2 as Event_Name2 | search Event_Name=*$Task_Search$* $tps_selection.earliest$ $tps_selection.latest$ $row.Event_Name$ $row.Event_Name2$ $row.duration_seconds$ $row._time$ - 3600 $row._time$ - 3500
[1]: /storage/temp/190174-2017-03-20-174144.png
↧
Timeline - Custom Visualization: Is it possible to extract the duration from a graph in a drilldown?
↧