Fix default shards count in create index docs (#30747)

Update the default number of primary shards to match doc update work
done in #30539.
This commit is contained in:
Adam Chalkley 2018-05-20 13:59:28 -05:00 committed by Jason Tedor
parent 29f647e6f6
commit 7cc38ab45a
1 changed files with 1 additions and 1 deletions

View File

@ -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