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/customize-alert-details.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,21 +66,21 @@ Follow the procedure detailed below to use the alert details feature. These step
66
66
67
67
1. To override more default properties, select **+ Add new** and repeat the previous step. The following properties can be overridden:
68
68
69
-
|Name |Description |
70
-
|---------|---------|
71
-
|**AlertName**|String|
72
-
|**Description**| String|
73
-
|**AlertSeverity**| One of the following values: <br>- **Informational**<br>- **Low**<br>- **Medium**<br>- **High**|
74
-
|**Tactics**| One of the following values: <br>- **Reconnaissance**<br>- **ResourceDevelopment**<br>- **InitialAccess**<br>- **Execution**<br>- **Persistence**<br>- **PrivilegeEscalation**<br>- **DefenseEvasion**<br>- **CredentialAccess**<br>- **Discovery**<br>- **LateralMovement**<br>- **Collection**<br>- **Exfiltration**<br>- **CommandAndControl**<br>- **Impact**<br>- **PreAttack**<br>- **ImpairProcessControl**<br>- **InhibitResponseFunction**|
75
-
|**Techniques** (Preview) | A string that matches the following regular expression: `^T(?<Digits>\d{4})$`. <br>For example: **T1234**|
76
-
|**AlertLink** (Preview) | String|
77
-
|**ConfidenceLevel** (Preview) | One of the following values: <br>- **Low**<br>- **High**<br>- **Unknown**|
78
-
|**ConfidenceScore** (Preview) | Integer, between **0**-**1** (inclusive)|
79
-
|**ExtendedLinks** (Preview) | String |
80
-
|**ProductComponentName** (Preview) |String|
81
-
|**ProductName** (Preview) |String |
82
-
|**ProviderName** (Preview) |String |
83
-
|**RemediationSteps** (Preview) |String|
69
+
|Name | Description|
70
+
|----|-----------|
71
+
|**AlertName**| String|
72
+
|**Description**| String|
73
+
|**AlertSeverity**| One of the following values: <br>- **Informational**<br>- **Low**<br>- **Medium**<br>- **High**|
74
+
|**Tactics**|One of the following values: <br>- **Reconnaissance**<br>- **ResourceDevelopment**<br>- **InitialAccess**<br>- **Execution**<br>- **Persistence**<br>- **PrivilegeEscalation**<br>- **DefenseEvasion**<br>- **CredentialAccess**<br>- **Discovery**<br>- **LateralMovement**<br>- **Collection**<br>- **Exfiltration**<br>- **CommandAndControl**<br>- **Impact**<br>- **PreAttack**<br>- **ImpairProcessControl**<br>- **InhibitResponseFunction**|
75
+
|**Techniques** (Preview) | A string that matches the following regular expression: `^T(?<Digits>\d{4})$`. <br>For example: **T1234**|
76
+
|**AlertLink** (Preview) | String|
77
+
|**ConfidenceLevel** (Preview) | One of the following values: <br>- **Low**<br>- **High**<br>- **Unknown**|
78
+
|**ConfidenceScore** (Preview) | Integer, between **0**-**1** (inclusive) |
79
+
|**ExtendedLinks** (Preview) | String|
80
+
|**ProductComponentName** (Preview) |String |
81
+
|**ProductName** (Preview) | String|
82
+
|**ProviderName** (Preview) | String|
83
+
|**RemediationSteps** (Preview) | String |
84
84
85
85
If you change your mind, or if you made a mistake, you can remove an alert detail by clicking the trash can icon next to the **Alert property/Value** pair, or delete the free text from the **Alert Name/Description Format** fields.
86
86
@@ -89,7 +89,10 @@ Follow the procedure detailed below to use the alert details feature. These step
89
89
> [!NOTE]
90
90
>
91
91
> **Service limits**
92
-
> - The combined size limit for all alert details and [custom details](surface-custom-details-in-alerts.md), collectively, is **64 KB**.
92
+
> - You can override a field with **up to 50 values**. Values past the 50th are dropped.
93
+
> - The size limit for the AlertName field, and any other non-collection properties, is **256 bytes**.
94
+
> - The size limit for the Description field, and any other collection properties, is **5 KB**.
|[Custom details](surface-custom-details-in-alerts.md)| 20 details per rule<br>50 values per detail<br>2 KB cumulative size| None |
27
+
|[Alert details](customize-alert-details.md)| 50 values per overridden field<br>5 KB per field for `Description` and collections<br>256 bytes per field for `AlertName` and non-collections| None |
28
28
| Alerts per rule<br>Applicable when *Event grouping* is set to *Trigger an alert for each event*| 150 alerts | None |
29
29
| Alerts per rule for NRT rules | 30 alerts | None |
0 commit comments