Docs: Specify an ID in migration docs (#41501)
We link to these migraiton docs but we don't specify the id. This isn't great practice in general and is preventing us from migrating to Asciidoctor because it generates ids in a slightly different way.
This commit is contained in:
parent
ec5dd0594f
commit
bb6ca25f70
|
@ -10,6 +10,7 @@
|
|||
// end::notable-breaking-changes[]
|
||||
|
||||
[float]
|
||||
[[_literal_literal_is_no_longer_allowed_in_cluster_name]]
|
||||
==== `:` is no longer allowed in cluster name
|
||||
|
||||
Due to cross-cluster search using `:` to separate a cluster and index name,
|
||||
|
|
|
@ -15,6 +15,7 @@ Previous versions of Elasticsearch defaulted to creating five shards per index.
|
|||
Starting with 7.0.0, the default is now one shard per index.
|
||||
|
||||
[float]
|
||||
[[_literal_literal_is_no_longer_allowed_in_index_name]]
|
||||
==== `:` is no longer allowed in index name
|
||||
|
||||
Due to cross-cluster search using `:` to separate a cluster and index name,
|
||||
|
|
Loading…
Reference in New Issue