Fix typo in migration node for one shard per index
This commit is contained in:
parent
e8fe624570
commit
fc85c37efc
|
@ -5,7 +5,7 @@
|
||||||
[float]
|
[float]
|
||||||
==== Index creation no longer defaults to five shards
|
==== Index creation no longer defaults to five shards
|
||||||
Previous versions of Elasticsearch defaulted to creating five shards per index.
|
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]
|
[float]
|
||||||
==== `:` is no longer allowed in index name
|
==== `:` is no longer allowed in index name
|
||||||
|
|
Loading…
Reference in New Issue