Skip to content

Commit

Permalink
[Rule Tuning] Decrease Interval to 1m for Endpoint Promotions (#4450)
Browse files Browse the repository at this point in the history
Removed changes from:
- rules/integrations/endpoint/defense_evasion_elastic_memory_threat_detected.toml
- rules/integrations/endpoint/defense_evasion_elastic_memory_threat_prevented.toml
- rules/integrations/endpoint/elastic_endpoint_security_behavior_detected.toml
- rules/integrations/endpoint/elastic_endpoint_security_behavior_prevented.toml
- rules/integrations/endpoint/execution_elastic_malicious_file_detected.toml
- rules/integrations/endpoint/execution_elastic_malicious_file_prevented.toml
- rules/integrations/endpoint/impact_elastic_ransomware_detected.toml
- rules/integrations/endpoint/impact_elastic_ransomware_prevented.toml

(selectively cherry picked from commit c7f5385)
  • Loading branch information
Mikaayenson authored and tradebot-elastic committed Feb 7, 2025
1 parent c909644 commit 44b6eec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rules/integrations/endpoint/elastic_endpoint_security.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
promotion = true
updated_date = "2025/01/15"
updated_date = "2025/02/06"

[rule]
author = ["Elastic"]
Expand All @@ -14,8 +14,9 @@ Generates a detection alert each time an Elastic Defend alert is received. Enabl
immediately begin investigating your Endpoint alerts.
"""
enabled = true
from = "now-10m"
from = "now-2m"
index = ["logs-endpoint.alerts-*"]
interval = "1m"
language = "kuery"
license = "Elastic License v2"
max_signals = 10000
Expand Down

0 comments on commit 44b6eec

Please sign in to comment.