Skip to content

Commit aee2d13

Browse files
committed
Rework docs
1 parent 11fa81b commit aee2d13

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/reference/ml/ml-shared.asciidoc

+8-7
Original file line numberDiff line numberDiff line change
@@ -863,9 +863,10 @@ example, `1575402236000 `.
863863
end::model-snapshot-id[]
864864

865865
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).
869870
end::model-snapshot-retention-days[]
870871

871872
tag::multivariate-by-fields[]
@@ -964,10 +965,10 @@ end::results-index-name[]
964965

965966
tag::results-retention-days[]
966967
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.
971972
end::results-retention-days[]
972973

973974
tag::retain[]

0 commit comments

Comments
 (0)