-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Serverless][8.17][8.16]: Security – Alerts section bugs (#6240)
* First draft * Update docs/detections/alerts-reduce.asciidoc * Removes outdated content * more changes * Removes docs for the enableCcsWarning setting * Oops - readds sections (cherry picked from commit 0cec577) # Conflicts: # docs/serverless/alerts/alerts-ui-manage.asciidoc # docs/serverless/alerts/reduce-notifications-alerts.asciidoc # docs/serverless/alerts/view-alert-details.asciidoc # docs/serverless/images/view-alert-details/-detections-about-section-rp.png
- Loading branch information
1 parent
0f5548b
commit 1feaa05
Showing
8 changed files
with
669 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
docs/serverless/alerts/reduce-notifications-alerts.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[[security-reduce-notifications-alerts]] | ||
= Reduce notifications and alerts | ||
|
||
// :description: A comparison of alert-reduction features. | ||
// :keywords: serverless, security, how-to | ||
|
||
|
||
{elastic-sec} offers several features to help reduce the number of notifications and alerts generated by your detection rules. This table provides a general comparison of these features, with links for more details: | ||
|
||
|=== | ||
| | | ||
|
||
| <<snooze-rule-actions,Rule action snoozing>> | ||
a| **_Stops a specific rule's notification actions from running_**. | ||
|
||
Use to avoid unnecessary notifications from a specific rule. The rule continues to run and generate alerts during the snooze period, but its <<rule-response-action,notification actions>> don't run. | ||
|
||
| <<maintenance-windows,Maintenance window>> | ||
a| **_Prevents all rules' notification actions from running_**. | ||
|
||
Use to avoid false alarms and unnecessary notifications during planned outages. All rules continue to run and generate alerts during the maintenance window, but their <<security-rules-create,notification actions>> don't run. | ||
|
||
| <<security-alert-suppression,Alert suppression>> | ||
a| **_Reduces repeated or duplicate alerts_**. | ||
|
||
Use to reduce the number of alerts created when a rule meets its criteria repeatedly. Duplicate qualifying events are grouped, and only one alert is created for each group. | ||
|
||
| <<security-rule-exceptions,Rule exception>> | ||
a| **_Prevents a rule from creating alerts under specific conditions_**. | ||
|
||
Use to reduce false positive alerts by preventing trusted processes and network activity from generating unnecessary alerts. You can configure an exception to be used by a single rule or shared among multiple rules, but they typically don't affect _all_ rules. | ||
|=== |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+104 KB
docs/serverless/images/view-alert-details/-detections-about-section-rp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.