elasticsearch/docs/reference/ml/anomaly-detection
Dimitris Athanasiou 3bed6661de
[ML] Add log_time to AD data_counts and decide current based on it (#66343)
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.
2020-12-15 19:09:13 +02:00
..
apis [ML] Add log_time to AD data_counts and decide current based on it (#66343) 2020-12-15 19:09:13 +02:00
functions [DOCS] Swap `[float]` for `[discrete]` (#60124) 2020-07-23 11:48:22 -04:00
ml-configuring-aggregations.asciidoc [DOCS] Fixes typo in Aggregating data for faster performance. (#65354) 2020-11-23 12:44:59 +01:00
ml-configuring-categories.asciidoc [DOCS] Per-partition categorization (#61506) 2020-08-26 17:07:46 -07:00
ml-configuring-detector-custom-rules.asciidoc [DOCS] Changes level offset of anomaly detection pages (#59911) 2020-07-20 16:33:54 -07:00
ml-configuring-populations.asciidoc [DOCS] Changes level offset of anomaly detection pages (#59911) 2020-07-20 16:33:54 -07:00
ml-configuring-transform.asciidoc [DOCS] Move script and stored fields content to search fields page (#60826) 2020-08-06 12:45:03 -04:00
ml-configuring-url.asciidoc [DOCS] Makes the screenshot larger on the custom URLs page. (#65269) 2020-11-20 09:29:39 +01:00
ml-delayed-data-detection.asciidoc [DOCS] Changes level offset of anomaly detection pages (#59911) 2020-07-20 16:33:54 -07:00