[Security Solution] ML rule can miss anomaly documents if its interval/lookback is too short #158152
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:ML Rule
Security Solution Machine Learning rule type
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
sdh-linked
Team:Detection Engine
Security Solution Detection Engine Area
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Summary
A user had an ML rule with interval =
15 mins
and lookback time1 min
. This rule was based on an ML job with a fixed interval of15 mins
. The rule hadanomaly_threshold
= 90.Despite the fact that there were anomaly documents with
record_score
>= 90, the rule had missed them and hadn't generated any alerts.The user increased the rule interval to
22 mins
which fixed the issue and the rule started to generate alerts.This feels like a bug in the ML rule type/executor. If the lookback time for a given ML rule depends on the corresponding job parameters and has to be higher than a certain value, our app should tell the user about that and/or set its value automatically.
The text was updated successfully, but these errors were encountered: