Skip to content

Commit 9371053

Browse files
authored
Update customize-alert-details.md
1 parent dca8616 commit 9371053

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

articles/sentinel/customize-alert-details.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,21 @@ Follow the procedure detailed below to use the alert details feature. These step
6666

6767
1. To override more default properties, select **+ Add new** and repeat the previous step. The following properties can be overridden:
6868

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 |
8484

8585
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.
8686

@@ -89,7 +89,10 @@ Follow the procedure detailed below to use the alert details feature. These step
8989
> [!NOTE]
9090
>
9191
> **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**.
95+
> - Values exceeding the size limits are dropped.
9396
9497
## Next steps
9598

0 commit comments

Comments
 (0)