Hello, v2.17 here, with a few anomaly detectors in place. It sometimes happens that an well detected anomaly (as seen in the dashboard) doesn’t show up in the custom result index. This is due to the dynamic threshold
field that makes the engine decide by itself whether an anomaly grade is worth something or not.
Is there a way to tune or disable that threshold
? I would be happy with all the anomalies ending up in the custom result index anyhow.
I quote Anomaly result mapping - OpenSearch Documentation
One of the criteria for a detector to classify a data point as an anomaly is that its
anomaly_score
must surpass a dynamic threshold. This field records the current threshold.