From fc85c37efc02be9a0eca70654eac5d88359fc78d Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 6 Dec 2018 19:20:10 -0500 Subject: [PATCH] Fix typo in migration node for one shard per index --- docs/reference/migration/migrate_7_0/indices.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/migration/migrate_7_0/indices.asciidoc b/docs/reference/migration/migrate_7_0/indices.asciidoc index 1135c63f421..e977652693d 100644 --- a/docs/reference/migration/migrate_7_0/indices.asciidoc +++ b/docs/reference/migration/migrate_7_0/indices.asciidoc @@ -5,7 +5,7 @@ [float] ==== Index creation no longer defaults to five shards Previous versions of Elasticsearch defaulted to creating five shards per index. -Starting with 7.0.0, the default is now one index per shard. +Starting with 7.0.0, the default is now one shard per index. [float] ==== `:` is no longer allowed in index name