[Rule Tuning] Add system index to Windows Event Logs Cleared (#1502)

This commit is contained in:
Justin Ibarra
2021-09-24 09:04:56 -08:00
committed by GitHub
parent 61afb1c1c0
commit 63d6a54804
@@ -10,7 +10,7 @@ Identifies attempts to clear Windows event log stores. This is often done by att
or destroy forensic evidence on a system.
"""
from = "now-9m"
index = ["winlogbeat-*", "logs-windows.*"]
index = ["winlogbeat-*", "logs-windows.*", "logs-system.*"]
language = "kuery"
license = "Elastic License v2"
name = "Windows Event Logs Cleared"