Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/reference/ml/ml-shared.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ end::adaptive-allocation-max-number[]

tag::adaptive-allocation-min-number[]
Specifies the minimum number of allocations to scale to.
If set, it must be greater than or equal to `1`.
If set, it must be greater than or equal to `0`.
If not defined, the deployment scales to `0`.
end::adaptive-allocation-min-number[]

tag::aggregations[]
Expand Down
Loading