Returns up to the specified number of rows.

Syntax

| limit

Run in Playground

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

Run in Playground