Skip to content

Commit

Permalink
create-index: Update default primary shards count
Browse files Browse the repository at this point in the history
Update the default number of primary shards to match doc update
work done in 4852f34 for
PR elastic#30539.
  • Loading branch information
atc0005 committed May 20, 2018
1 parent 29f647e commit 3b3be6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/indices/create-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PUT twitter
}
--------------------------------------------------
// CONSOLE
<1> Default for `number_of_shards` is 5
<1> Default for `number_of_shards` is 1
<2> Default for `number_of_replicas` is 1 (ie one replica for each primary shard)

The above second curl example shows how an index called `twitter` can be
Expand Down

0 comments on commit 3b3be6b

Please sign in to comment.