Limit index to logs-endpoint.events (#1647)

(cherry picked from commit f6a2437cf8)
This commit is contained in:
Jonhnathan
2021-12-06 13:45:12 -03:00
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"