Skip to content

Commit f06bc8b

Browse files
author
yelevin
committed
"satisfies"
1 parent 6e281f3 commit f06bc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/automate-incident-handling-with-automation-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Let's look at an example where your condition is, **Tag does not contain "2024"*
134134
| **Collection of all tags<br>does not contain "2024"** | ***FALSE*** | TRUE |
135135

136136
In this example, in *Incident 1*:
137-
- If the condition checks each tag individually, then since there's at least one tag that *fulfills the condition* (that *doesn't* contain "2024"), the overall condition is **true**.
138-
- If the condition checks all the tags in the incident as a single unit, then since there's at least one tag that *doesn't fulfill the condition* (that *does* contain "2024"), the overall condition is **false**.
137+
- If the condition checks each tag individually, then since there's at least one tag that *satisfies the condition* (that *doesn't* contain "2024"), the overall condition is **true**.
138+
- If the condition checks all the tags in the incident as a single unit, then since there's at least one tag that *doesn't satisfy the condition* (that *does* contain "2024"), the overall condition is **false**.
139139

140140
In *Incident 2*, the outcome will be the same, regardless of which type of condition is defined.
141141

0 commit comments

Comments
 (0)