Remove the legacy node role settings #66409
Labels
>breaking
:Core/Infra/Core
Core issues without another label
Team:Core/Infra
Meta label for core/infra team
v8.0.0-alpha1
In #54998 targeting 7.9.0, we introduced a new
node.roles
settings for configuring the roles that a node has. These supersede the legacy node settings such asnode.data
,node.master
, etc., which were deprecated in the same release. For example, to configure a dedicated ML node, previously you would usenode.ml: true
and now you’d usenode.roles: [ “ml” ].
We intend to remove the legacy node role settings in the 8.0.0 release of Elasticsearch. This issue is a placeholder for following that work.
The text was updated successfully, but these errors were encountered: