This commit is fixing a potential bug if we support anomaly detection results index rollover in the future. In particular, we determine the current `data_counts` by sorting on the latest record time. However, this is not correct if the job reverts to an older model snapshot. To fix this we add `log_time` to `data_counts` (similarly to `model_size_stats`) and sort on `log_time` to figure out the current counts for the job. |
||
---|---|---|
.. | ||
apis | ||
functions | ||
ml-configuring-aggregations.asciidoc | ||
ml-configuring-categories.asciidoc | ||
ml-configuring-detector-custom-rules.asciidoc | ||
ml-configuring-populations.asciidoc | ||
ml-configuring-transform.asciidoc | ||
ml-configuring-url.asciidoc | ||
ml-delayed-data-detection.asciidoc |