Tabular Operators

take operator

Returns up to the specified number of rows.

Syntax

| take

The limit operator is an alias to the take operator.

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

Example

['http-logs']
| take 1000
['http-logs']
| take 700

Was this page helpful?