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.

Examples

['http-logs']
| take 1000

Run in Playground

['http-logs']
| take 700

Run in Playground