Skip to Content
Insightops- Using Logical Operators in a Search Query

Using Logical Operators in a Search Query

InsightOps supports the following logical operators to create comprehensive search criteria:

Logical OperatorExampleDescription
ANDwhere(expr1 AND expr2)Returns log events that match both criteria
ORwhere(expr1 OR expr2)Returns log events that match one or both criteria
NOTwhere(expr1 NOT expr2)Returns log events that match expr1 but not expr2
⚠️

When constructing a Search Query, all operators should be typed in UPPERCASE.


OSZAR »