Limit index to logs-endpoint.events (#1647)
(cherry picked from commit f6a2437cf8)
This commit is contained in:
committed by
github-actions[bot]
parent
2ecbc87fed
commit
e37fc97c57
@@ -1,7 +1,7 @@
|
||||
[metadata]
|
||||
creation_date = "2021/07/30"
|
||||
maturity = "production"
|
||||
updated_date = "2021/07/30"
|
||||
updated_date = "2021/12/06"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -12,7 +12,7 @@ their malicious command with unnecessary whitespace characters. These observatio
|
||||
behavior.
|
||||
"""
|
||||
from = "now-9m"
|
||||
index = ["winlogbeat-*", "logs-endpoint.events.*", "logs-windows.*"]
|
||||
index = ["logs-endpoint.events.*"]
|
||||
language = "eql"
|
||||
license = "Elastic License v2"
|
||||
name = "Whitespace Padding in Process Command Line"
|
||||
|
||||
Reference in New Issue
Block a user