Add list_id to exceptions_list and remove endgame:* from external alerts (#98)
This commit is contained in:
@@ -32,6 +32,7 @@ event.kind:alert and event.module:(endpoint and not endgame)
|
||||
|
||||
[[rule.exceptions_list]]
|
||||
id = "endpoint_list"
|
||||
list_id = "endpoint_list"
|
||||
namespace_type = "agnostic"
|
||||
type = "endpoint"
|
||||
|
||||
|
||||
@@ -7,10 +7,10 @@ updated_date = "2020/07/08"
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
description = """
|
||||
Generates a detection alert for each external alert written to the configured indices. Enabling
|
||||
this rule allows you to immediately begin investigating external alerts in the app.
|
||||
Generates a detection alert for each external alert written to the configured indices. Enabling this rule allows you to
|
||||
immediately begin investigating external alerts in the app.
|
||||
"""
|
||||
index = ["apm-*-transaction*", "auditbeat-*", "endgame-*", "filebeat-*", "logs-*", "packetbeat-*", "winlogbeat-*"]
|
||||
index = ["apm-*-transaction*", "auditbeat-*", "filebeat-*", "logs-*", "packetbeat-*", "winlogbeat-*"]
|
||||
language = "kuery"
|
||||
license = "Elastic License"
|
||||
max_signals = 10000
|
||||
@@ -57,3 +57,4 @@ operator = "equals"
|
||||
value = "99"
|
||||
severity = "critical"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user