Skip to content

Commit 7cc38ab

Browse files
atc0005jasontedor
authored andcommitted
Fix default shards count in create index docs (#30747)
Update the default number of primary shards to match doc update work done in #30539.
1 parent 29f647e commit 7cc38ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/indices/create-index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PUT twitter
2525
}
2626
--------------------------------------------------
2727
// CONSOLE
28-
<1> Default for `number_of_shards` is 5
28+
<1> Default for `number_of_shards` is 1
2929
<2> Default for `number_of_replicas` is 1 (ie one replica for each primary shard)
3030

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

0 commit comments

Comments
 (0)