Sort Operator
Overview
| sort <field or expression> [asc|desc] [nulls first|nulls last][, ...]Examples
Sort by a single field
aws_alb
| sort p_event_timep_event_time
clientIp
elbStatusCode
requestHttpVersion
Sort by multiple fields
p_event_time
clientIp
elbStatusCode
requestHttpVersion
Last updated
Was this helpful?

