Add migration note on the number of shards
This commit adds a migration note regarding the default number of shards changing from five to one. Relates #30539
This commit is contained in:
parent
a7edf1ed1f
commit
e8fe624570
|
@ -2,6 +2,11 @@
|
||||||
[[breaking_70_indices_changes]]
|
[[breaking_70_indices_changes]]
|
||||||
=== Indices changes
|
=== Indices changes
|
||||||
|
|
||||||
|
[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.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
==== `:` is no longer allowed in index name
|
==== `:` is no longer allowed in index name
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue