Tabular Operators
take operator
Returns up to the specified number of rows.
Syntax
| takeThe limit operator is an alias to the take operator.
| name | type | description |
|---|---|---|
| Number Of Rows | integer | The number of rows to return. You can specify any numeric expression. |
Example
['http-logs']
| take 1000['http-logs']
| take 700