Limit Operator
Overview
Limit the number of returned results with limit.
| limit <integer>There is no guarantee as to which records are returned, unless a sort has already been performed on the data.
Example
Limit to one result
aws_alb
| limit 1EVENT
{ "p_event_time": "2023-09-16 05:59:04.058", "sentBytes": 167, "type": "https" }
Last updated
Was this helpful?

