diff --git a/docs/reference/ml/ml-shared.asciidoc b/docs/reference/ml/ml-shared.asciidoc index 88f529e03fa..7c2bcc934e2 100644 --- a/docs/reference/ml/ml-shared.asciidoc +++ b/docs/reference/ml/ml-shared.asciidoc @@ -968,8 +968,9 @@ There are three available modes: + -- * `auto`: The chunk size is dynamically calculated. This is the default and -recommended value. -* `manual`: Chunking is applied according to the specified `time_span`. +recommended value when the {dfeed} does not use aggregations. +* `manual`: Chunking is applied according to the specified `time_span`. Use this +mode when the {dfeed} uses aggregations. * `off`: No chunking is applied. -- end::mode[]