Pipeline Operations
Overview
Syntax
<query> | <operation1> | <operation2> | <operation3>sort
| sort by (field1 [asc|desc], field2 [asc|desc], ...)* | stats by (workload) count() as total | sort by (total desc)* | stats by (workload) count() | sort by (workload asc, count desc)limit
offset
fields
rename
format
uniq
filter
math
Basic Arithmetic
Complex Expressions
With Functions
Chaining Math Operations
With Join
Last updated
