Hi
Is there a way yo get the timeline to graphs over the default amount of points.
From the image below we can see the row 3 to 10 have a lot of data-points, i think i must have hit the Max, as it should keep going until it hits the end.
Is there a way to increase from the default?
![alt text][1]
eventtype=mlc host=$host_token$ sourcetype=tps | dedup _time _raw | where Parent_ID$Parent+Child_or_Outside$$Token_Parent_ID$ $AND_OR$ Child_ID$Parent+Child_or_Outside$$Token_Parent_ID$ | eval duration = endTime-startTime | eval Method = operationIdentity | eval fullyQualifiedMethod = name."#".operationIdentity | sort 0 _time | table _time Method fullyQualifiedMethod duration $tps_selection.earliest$ $tps_selection.latest$ 1 $row.Method$ $tps_selection.earliest$ $tps_selection.latest$ ON
↧