Skip to content

Commit

Permalink
Add limit for number of alerts per case (#5062)
Browse files Browse the repository at this point in the history
(cherry picked from commit 65928c3)
  • Loading branch information
lcawl committed Apr 9, 2024
1 parent ac15f87 commit a0672d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/cases/cases-manage.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ To explore the alerts attached to a case, click the *Alerts* tab. In the table,
[role="screenshot"]
image::images/cases-alert-tab.png[Shows you the Alerts tab]

NOTE: Each case can have a maximum of 1,000 alerts.

[float]
[[cases-add-files]]
=== Add files
Expand Down
6 changes: 5 additions & 1 deletion docs/detections/alerts-add-to-cases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@

From the Alerts table, you can attach one or more alerts to a <<signals-to-new-cases,new case>> or <<signals-to-existing-cases,an existing one>>. Alerts from any rule type can be added to a case.

NOTE: Once you've added an alert to a case, you can only remove it through the <<cases-api-overview,Elastic Security Cases API>>.
[NOTE]
===============================
* After you add an alert to a case, you can remove it from the case activity under the alert summary or by using the <<cases-api-overview,Elastic Security Cases API>>.
* Each case can have a maximum of 1,000 alerts.
===============================

[role="screenshot"]
image::images/add-alert-to-case.gif[width=50%][height=50%][Animation of adding an alert to a case]
Expand Down

0 comments on commit a0672d4

Please sign in to comment.