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
name | type | description |
---|---|---|
Number Of Rows | integer | The number of rows to return. You can specify any numeric expression. |
Example
['http-logs']
| limit 10000