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

This commit is contained in:
Jonhnathan
2021-12-06 13:45:12 -03:00
committed by GitHub
parent 237dcd2e19
commit f6a2437cf8
@@ -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"