On This Page

Home / Search/ Language Reference/ Operators/Logical Operators

Logical Operators

A list of logical operators supported by Cribl Search.


OperatorDescription
ANDReturns true if both operands are true, otherwise returns false.
NOT or !Returns true if the operand is false, otherwise returns false.
ORReturns true if at least one operand is true, otherwise returns false.

See also: