Skip to content

Commit 0a18e17

Browse files
committed
Final
1 parent b6d2c3f commit 0a18e17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/sentinel/delete-incident.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The ability to create incidents from scratch in Microsoft Sentinel opens the pos
1919

2020
**Deleting an incident is not a substitute for closing an incident!** Deleting an incident should only be done when at least one of the following conditions is met:
2121
- The incident was created manually by mistake.
22-
- The incident was generated in error by an untuned analytics rule.
22+
- The incident exactly duplicates another incident.
23+
- Faulty incidents were generated in bulk by a broken analytics rule.
2324
- The incident contains no data - alerts, entities, bookmarks, and so on.
2425

2526
In all other cases, when an incident is no longer needed, it should be **closed**, not deleted. [Closing an incident](investigate-cases.md#closing-an-incident) requires you to specify the reason for closing it, and allows you to add additional comments for context and clarification. Closing old incidents in this way preserves the transparency and integrity of your SOC, and also allows for the possibility of reopening the incident if the problem resurfaces.
@@ -71,6 +72,10 @@ DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup
7172

7273
- The incident delete operation is not reversible! After you delete an incident, the only reference to it will be the audit data in the *SecurityIncident* table in the Logs screen. (See the [table's schema documentation in Log Analytics](/azure/azure-monitor/reference/tables/securityincident)). The *Status* field in that table will be updated to "Deleted" for that incident.
7374

75+
> [!NOTE]
76+
>
77+
> Due to the 64 KB limit of the record size in the *SecurityIncident* table, incident comments may be truncated (beginning from the earliest) if the limit is exceeded.
78+
7479
- This operation requires a [Microsoft Sentinel Contributor](roles.md) role.
7580

7681
- This operation is not available for [incidents imported from and synchronized with Microsoft 365 Defender](microsoft-365-defender-sentinel-integration.md).

0 commit comments

Comments
 (0)