We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219a35d commit 5151022Copy full SHA for 5151022
docs/cse/rules/cse-rules-syntax.md
@@ -57,6 +57,14 @@ The double ampersand (&&) operator is equivalent to a logical AND operator.
57
58
A logical OR.
59
60
+**Example**
61
+
62
+The following expression returns true if `A` matches `B` or `A` matches `C`:
63
64
+`where "A" matches "B" || where "A" matches "C"`
65
66
+In Cloud SIEM, both sides of the `||` must be boolean. Other values such as string are not supported when using a logical OR operator.
67
68
### !
69
70
The exclamation point (!) function is equivalent to a logical NOT operator.
0 commit comments