Fix typo in migration node for one shard per index

This commit is contained in:
Jason Tedor 2018-12-06 19:20:10 -05:00
parent e8fe624570
commit fc85c37efc
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 1 deletions

View File

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