Revert #1440 new endpoint promotion rule (#1470)

* Revert #1440 new endpoint promotion rule
* Set the updated_at date

Removed changes from:
- rules/integrations/endpoint/elastic_endpoint_security_behavior_protection.toml

(selectively cherry picked from commit c9d6527280)
This commit is contained in:
Ross Wolf
2021-09-03 08:07:20 -06:00
committed by github-actions[bot]
parent eb37f07417
commit 2ef59e918f
@@ -1,8 +1,7 @@
[metadata]
creation_date = "2020/07/08"
maturity = "production"
updated_date = "2021/08/25"
integration = "endpoint"
updated_date = "2021/09/03"
[rule]
author = ["Elastic"]
@@ -26,7 +25,7 @@ timestamp_override = "event.ingested"
type = "query"
query = '''
event.kind:alert and event.module:(endpoint and not endgame) and not event.code: behavior
event.kind:alert and event.module:(endpoint and not endgame)
'''