Skip to content

Commit 561ca44

Browse files
authored
Merge pull request #276418 from yelevin/patch-2
Added daily new incident limit
2 parents 01a56f4 + e0a1397 commit 561ca44

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/sentinel/includes/sentinel-limits-incidents.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "include file"
44
services: microsoft-sentinel
55
author: cwatson-cat
66
ms.topic: "include"
7-
ms.date: 12/01/2022
7+
ms.date: 27/05/2024
88
ms.author: cwatson
99
ms.custom: "include file"
1010
---
@@ -20,8 +20,13 @@ The following limits apply to incidents in Microsoft Sentinel.
2020
| Number of automation rule conditions | 50 conditions | None |
2121
| Number of bookmarks | 20 bookmarks | None |
2222
| Number of characters for automation rule name | 500 characters | None |
23-
| Number of characters for description | 5K characters | None |
24-
| Number of characters per comment | 30K characters | None |
23+
| Number of characters for description | 5,000 characters | None |
24+
| Number of characters per comment | 30,000 characters | None |
2525
| Number of comments per incident | 100 comments | None |
2626
| Number of tasks | 100 tasks | None |
27-
| Number of incidents returned by API to *list* request | 1000 incidents maximum | None |
27+
| Number of incidents returned by API to *list* request | 1,000 incidents maximum | None |
28+
| Number of incidents per day (per workspace) | See explanation after table | Database capacity |
29+
30+
**Number of incidents per day:** There isn't a formal, hard limit on the number of incidents that can be created per day. A workspace's actual capacity for incidents depends on the storage capacity of the incident database, so the size of the incidents is as much a factor as their number.
31+
32+
However, a SOC that experiences the creation of more than *around* 3,000 new incidents per day will most likely find itself unable to keep up, and the database capacity will quickly be reached. In this situation, the SOC needs to find and fix any rules that create large numbers of incidents, to get the count of daily new incidents to manageable levels.

0 commit comments

Comments
 (0)