Skip to content

Commit bb610c1

Browse files
authored
[DOCS] Add deprecation docs for legacy node role settings (#77719) (#77769)
We deprecated several legacy node role settings in 7.9 with PR #54998. However, we didn't add a related item to the 7.9 breaking changes docs. This adds the missing item. Relates to #71163.
1 parent eb47a8f commit bb610c1

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/reference/migration/migrate_7_9.asciidoc

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ you dynamically update the index mapping based on the template's mapping configu
139139

140140
[[deprecate_auto_import_dangling_indices]]
141141
.Automatically importing dangling indices is disabled by default.
142-
143142
[%collapsible]
144143
====
145144
*Details* +
@@ -155,6 +154,30 @@ Alternatively you can enable automatic imports of dangling indices, recovering
155154
the unsafe behaviour of earlier versions, by setting
156155
`gateway.auto_import_dangling_indices` to `true`. This setting is deprecated
157156
and will be removed in {es} 8.0.0. We do not recommend using this setting.
157+
====
158+
159+
[[deprecate_legacy_node_role_settings]]
160+
.Several node role settings are deprecated.
161+
[%collapsible]
162+
====
163+
*Details* +
164+
The following node role settings are now deprecated:
165+
166+
* `node.data`
167+
* `node.ingest`
168+
* `node.master`
169+
* `node.ml`
170+
* `node.remote_cluster_client`
171+
* `node.transform`
172+
* `node.voting_only`
173+
174+
Use the {ref}/modules-node.html#node-roles[`node.roles` setting] instead.
158175
176+
If you used the deprecated node role settings on a 7.13 or later cluster, you
177+
will have a {ref}/logging.html#deprecation-logging[deprecation log message] on
178+
each of your nodes indicating the exact replacement value for `node.roles`.
179+
180+
*Impact* +
181+
To avoid deprecation warnings, discontinue use of the deprecated settings.
159182
====
160183
//end::notable-breaking-changes[]

0 commit comments

Comments
 (0)