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
2 changes: 1 addition & 1 deletion docs/reference/indices/shrink-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ POST /my-index-000001/_shrink/shrunk-my-index-000001
* Before you can shrink an index:

** The index must be read-only.
** All primary shards for the index must reside on the same node.
** A copy of every shard in the index must reside on the same node.
** The index must have a `green` <<cluster-health,health status>>.

To make shard allocation easier, we recommend you also remove the index's
Expand Down