elasticsearch/docs/reference/ml/anomaly-detection
David Roberts c99021cdcb
[ML] More advanced model snapshot retention options (#56125)
This PR implements the following changes to make ML model snapshot
retention more flexible in advance of adding a UI for the feature in
an upcoming release.

- The default for `model_snapshot_retention_days` for new jobs is now
  10 instead of 1
- There is a new job setting, `daily_model_snapshot_retention_after_days`,
  that defaults to 1 for new jobs and `model_snapshot_retention_days`
  for pre-7.8 jobs
- For days that are older than `model_snapshot_retention_days`, all
  model snapshots are deleted as before
- For days that are in between `daily_model_snapshot_retention_after_days`
  and `model_snapshot_retention_days` all but the first model snapshot
  for that day are deleted
- The `retain` setting of model snapshots is still respected to allow
  selected model snapshots to be retained indefinitely

Closes #52150
2020-05-05 12:55:50 +01:00
..
apis [ML] More advanced model snapshot retention options (#56125) 2020-05-05 12:55:50 +01:00
functions [DOCS] Remove extra word (#51757) 2020-01-31 10:27:37 -08:00
aggregations.asciidoc [DOCS] Makes the footnotes less verbose in configuring aggs page. (#55857) 2020-04-29 09:50:41 +02:00
categories.asciidoc [DOCS] Adds missing testenv attribute (#51719) 2020-01-30 16:13:26 -08:00
configuring.asciidoc [DOCS] Updates anomaly detection terminology (#44888) 2019-07-26 11:07:01 -07:00
customurl.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
delayed-data-detection.asciidoc [DOCS] Move datafeed resource definitions into APIs (#50005) 2019-12-11 09:50:41 -08:00
detector-custom-rules.asciidoc [DOCS] Updates custom rules example (#52731) 2020-02-25 09:30:14 -08:00
functions.asciidoc [DOCS] Move anomaly detection job resource definitions into APIs (#49700) 2019-12-06 15:32:07 -08:00
populations.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
stopping-ml.asciidoc [DOCS] Fixes security links 2019-12-18 11:51:03 -08:00
transforms.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00