You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The anomaly threshold is used to determine which events are flagged as suspicious. Every event receives a probability estimated by the suspicious connects model and those events with probabilities below the anomaly threshold are returned as suspicious.
The max results parameter specifies the maximum number of results to return. If the number of events with
probability scores below the anomaly threshold exceeds the maximum results limit, then the events with the least scores will be returned.