Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/reference/ilm/actions/ilm-rollover.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ PUT _ilm/policy/my_policy
[ilm-rollover-conditions-ex]]
===== Roll over while maintaining shard sizes

This example rolls the index over when the primary shard size is at least 50gb,
This example rolls the index over when the primary shard size is at most 50gb,
or when the index is at least 30 days old, but only as long as a primary shard is at least 1gb.
For low-volume indices, this prevents the creation of many small shards.

Expand Down