You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/automate-incident-handling-with-automation-rules.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,14 +117,14 @@ An incident property's value was
117
117
-**changed to** the value defined in the condition.
118
118
-**added** to (this applies to properties with a list of values).
119
119
120
-
#### Items vs. collections
120
+
#### *Tag* property: individual vs. collection
121
121
122
-
For incident properties that are collections of items, such as tags—an incident can have multiple tags applied to it—you can define conditions that check **each item in the collection individually**, and conditions that check **the entire collection as a unit**.
122
+
The incident property **Tag** is a collection of individual items—a single incident can have multiple tags applied to it. You can define conditions that check **each tag in the collection individually**, and conditions that check **the collection of tags as a unit**.
123
123
124
-
-**Any individual item** operators check the condition against every item in the collection. The evaluation is *true* when *at least one item* satisfies the condition.
125
-
-**Collection of all items** operators check the condition against the collection of items as a single unit. The evaluation is *true* only if *the collection as a whole* satisfies the condition.
124
+
-**Any individual tag** operators check the condition against every tag in the collection. The evaluation is *true* when *at least one tag* satisfies the condition.
125
+
-**Collection of all tags** operators check the condition against the collection of tags as a single unit. The evaluation is *true* only if *the collection as a whole* satisfies the condition.
126
126
127
-
This distinction matters when your condition is a negative (does not equal, does not contain, and so on), and some items in the collection satisfy the condition and others don't.
127
+
This distinction matters when your condition is a negative (does not contain), and some tags in the collection satisfy the condition and others don't.
128
128
129
129
Let's look at an example where your condition is, **Tag does not contain "2024"**, and you have two incidents, each with two tags:
130
130
@@ -139,8 +139,6 @@ In this example, in *Incident 1*:
139
139
140
140
In *Incident 2*, the outcome will be the same, regardless of which type of condition is defined.
141
141
142
-
Both kinds of conditions can be chosen for properties that comprise collections, such as tags.
143
-
144
142
#### When triggers collide
145
143
146
144
- An automation rule, based on the update trigger, can run on an incident that was updated by another automation rule, based on the incident creation trigger, that ran on the incident.
Copy file name to clipboardExpand all lines: articles/sentinel/create-manage-use-automation-rules.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,22 +106,23 @@ Select the **+ Add** expander and choose **Condition (And)** from the drop-down
106
106
107
107
| Property | Operator set |
108
108
| -------- | -------- |
109
-
|<ul><li>Title<li>Description<li>All listed entity properties |<ul><li>Equals/Does not equal<li>Contains/Does not contain<li>Starts with/Does not start with<li>Ends with/Does not end with |
110
-
|<ul><li>Severity<li>Status<li>Incident provider<li>Custom details key (Preview) | <ul><li>Equals/Does not equal|
111
-
|<ul><li>Tactics<li>Alert product names<li>Custom details value (Preview) |<ul><li>Contains/Does not contain|
112
-
|<ul><li>Tag<br>(See [Items vs. collections](automate-incident-handling-with-automation-rules.md#items-vs-collections)) | Any individual tag:<ul><li>Equals/Does not equal<li>Contains/Does not contain<li>Starts with/Does not start with<li>Ends with/Does not end with</ul><br>Collection of all tags:<ul><li>Equals/Does not equal<li>Contains/Does not contain<li>Starts with/Does not start with<li>Ends with/Does not end with|
109
+
|- **Title**<br>- **Description**<br>- All listed **entity properties**|- Equals/Does not equal<br>- Contains/Does not contain<br>- Starts with/Does not start with<br>- Ends with/Does not end with |
110
+
|- **Tag** (See [individual vs. collection](automate-incident-handling-with-automation-rules.md#tag-property-individual-vs-collection)) |**Any individual tag:**<br>- Equals/Does not equal<br>- Contains/Does not contain<br>- Starts with/Does not start with<br>- Ends with/Does not end with<br><br>**Collection of all tags:**<br>- Contains/Does not contain|
##### Conditions available with the update trigger
115
115
116
116
| Property | Operator set |
117
117
| -------- | -------- |
118
-
| - Title<br>- Description<br>- Tag<br>- All listed entity properties | - Equals/Does not equal<br>- Contains/Does not contain<br>- Starts with/Does not start with<br>- Ends with/Does not end with |
119
-
| - Tag (in addition to above)<br>- Alerts<br>- Comments | - Added |
120
-
| - Severity<br>- Status | - Equals/Does not equal<br>- Changed<br>- Changed from<br>- Changed to |
| - Tactics | - Contains/Does not contain<br>- Added |
124
-
| - Alert product names<br>- Custom details value (Preview) | - Contains/Does not contain |
118
+
| - **Title**<br>- **Description**<br>- All listed **entity properties**| - Equals/Does not equal<br>- Contains/Does not contain<br>- Starts with/Does not start with<br>- Ends with/Does not end with |
119
+
| - **Tag** (See [individual vs. collection](automate-incident-handling-with-automation-rules.md#tag-property-individual-vs-collection)) |**Any individual tag:**<br>- Equals/Does not equal<br>- Contains/Does not contain<br>- Starts with/Does not start with<br>- Ends with/Does not end with<br><br>**Collection of all tags:**<br>- Contains/Does not contain |
120
+
| - **Tag** (in addition to above)<br>- **Alerts**<br>- **Comments**| - Added |
121
+
| - **Severity**<br>- **Status**| - Equals/Does not equal<br>- Changed<br>- Changed from<br>- Changed to |
1. Enter a value in the text box on the right. Depending on the property you chose, this might be a drop-down list from which you would select the values you choose. You might also be able to add several values by selecting the icon to the right of the text box (highlighted by the red arrow below).
0 commit comments