Tabular Operators

limit operator

Returns up to the specified number of rows.

Syntax

| limit

The take operator is an alias to the Limit operator.

Arguments

nametypedescription
Number Of RowsintegerThe number of rows to return. You can specify any numeric expression.

Example

['http-logs']
| limit 10000

Was this page helpful?