Browse Source

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

Update the default number of primary shards to match doc update work
done in #30539.
Adam Chalkley 7 years ago
parent
commit
7cc38ab45a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/create-index.asciidoc

+ 1 - 1
docs/reference/indices/create-index.asciidoc

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