@@ -863,9 +863,10 @@ example, `1575402236000 `.
863
863
end::model-snapshot-id[]
864
864
865
865
tag::model-snapshot-retention-days[]
866
- The time in days that model snapshots are retained for the job. Older snapshots
867
- are deleted. The default value is `1`, which means snapshots are retained for
868
- one day (twenty-four hours).
866
+ Advanced configuration option. Denotes the period for which model snapshots
867
+ will be retained. Age is calculated as the time from the newest model snapshot's
868
+ timestamp, older snapshots are automatically deleted. The default value is `1`,
869
+ which means snapshots are retained for one day (twenty-four hours).
869
870
end::model-snapshot-retention-days[]
870
871
871
872
tag::multivariate-by-fields[]
@@ -964,10 +965,10 @@ end::results-index-name[]
964
965
965
966
tag::results-retention-days[]
966
967
Advanced configuration option. When set this option will prune results older
967
- than a certain age. The age of a result is calculated as the time difference
968
- from the result to the latest result. Once per day at 00:30 (server time),
969
- results older than this period are deleted from {es}. The default value is
970
- null, which means all results are retained.
968
+ than this age. Age is calculated as the difference between the latest
969
+ bucket result's timestamp and the result's timestamp . Once per day at 00:30
970
+ (server time), results older than this are deleted from {es}. The default
971
+ value is null, which means all results are retained.
971
972
end::results-retention-days[]
972
973
973
974
tag::retain[]
0 commit comments