Skip to content

Commit

Permalink
[DOCS] Fix shrink index API prereqs (#84197)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Feb 22, 2022
1 parent 0e8a2bf commit 362a640
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 362a640

Please sign in to comment.