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:
parent
29f647e6f6
commit
7cc38ab45a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue