Skip to content

Commit cfeb17f

Browse files
author
yelevin
committed
Gal and Lori review
1 parent f06bc8b commit cfeb17f

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ An incident property's value was
117117
- **changed to** the value defined in the condition.
118118
- **added** to (this applies to properties with a list of values).
119119

120-
#### Items vs. collections
120+
#### *Tag* property: individual vs. collection
121121

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**.
123123

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.
126126

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.
128128

129129
Let's look at an example where your condition is, **Tag does not contain "2024"**, and you have two incidents, each with two tags:
130130

@@ -139,8 +139,6 @@ In this example, in *Incident 1*:
139139

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

142-
Both kinds of conditions can be chosen for properties that comprise collections, such as tags.
143-
144142
#### When triggers collide
145143

146144
- 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.

articles/sentinel/create-manage-use-automation-rules.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,23 @@ Select the **+ Add** expander and choose **Condition (And)** from the drop-down
106106

107107
| Property | Operator set |
108108
| -------- | -------- |
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 |
111+
| - **Severity**<br>- **Status**<br>- **Incident provider**<br>- **Custom details key** (Preview) | - Equals/Does not equal |
112+
| - **Tactics**<br>- **Alert product names**<br>- **Custom details value** (Preview) | - Contains/Does not contain |
113113

114114
##### Conditions available with the update trigger
115115

116116
| Property | Operator set |
117117
| -------- | -------- |
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 |
121-
| - Owner | - Changed |
122-
| - Incident provider<br>- Updated by<br>- Custom details key (Preview) | - Equals/Does not equal |
123-
| - 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 |
122+
| - **Owner** | - Changed |
123+
| - **Incident provider**<br>- **Updated by**<br>- **Custom details key** (Preview) | - Equals/Does not equal |
124+
| - **Tactics** | - Contains/Does not contain<br>- Added |
125+
| - **Alert product names**<br>- **Custom details value** (Preview) | - Contains/Does not contain |
125126

126127
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).
127128

0 commit comments

Comments
 (0)