Skip to content

Commit f328b3d

Browse files
authored
Clarify breaking change note for elastic#112903 (elastic#122998) (elastic#123016)
Closes elastic#122994
1 parent 0637578 commit f328b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog/112903.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ breaking:
1313
`single-node`.
1414
impact: >-
1515
Remove any value for `discovery.type` from your `elasticsearch.yml`
16-
configuration file.
16+
configuration file except for `multi-node` and `single-node`.
1717
notable: false

docs/reference/migration/migrate_9_0.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Remove `xpack.searchable.snapshot.allocate_on_rolling_restart` from your setting
184184
Earlier versions of {es} had a `discovery.type` setting which permitted values that referred to legacy discovery types. From v9.0.0 onwards, the only supported values for this setting are `multi-node` (the default) and `single-node`.
185185
186186
*Impact* +
187-
Remove any value for `discovery.type` from your `elasticsearch.yml` configuration file.
187+
Remove any value for `discovery.type` from your `elasticsearch.yml` configuration file except for `multi-node` and `single-node`.
188188
====
189189

190190
[discrete]

0 commit comments

Comments
 (0)