Logical Operators
A list of logical operators supported by Cribl Search.
Operator | Description |
---|---|
AND | Returns true if both operands are true , otherwise returns false . |
NOT or ! | Returns true if the operand is false , otherwise returns false . |
OR | Returns true if at least one operand is true , otherwise returns false . |
See also: