Skip to content

Commit

Permalink
[DOCS] Update split-index.asciidoc: fix shards example (elastic#41382)
Browse files Browse the repository at this point in the history
The max value should be 640 instead of 740 in the shard example:
  • Loading branch information
feydan authored and javanna committed Jul 15, 2019
1 parent 4402cf3 commit d70e36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/indices/split-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ shards in the original index. The default is designed to allow you to split
by factors of 2 up to a maximum of 1024 shards. However, the original number
of primary shards must taken into account. For instance, an index created
with 5 primary shards could be split into 10, 20, 40, 80, 160, 320, or a
maximum of 740 shards (with a single split action or multiple split actions).
maximum of 640 shards (with a single split action or multiple split actions).

If the original index contains one primary shard (or a multi-shard index has
been <<indices-shrink-index,shrunk>> down to a single primary shard), then the
Expand Down

0 comments on commit d70e36d

Please sign in to comment.