-
Notifications
You must be signed in to change notification settings - Fork 854
Use node.roles instead of deprecated setting for Elasticsearch 7.9+ #731
Comments
related to elastic/elasticsearch#66409 |
@jmlrt It seems that up to now node role settings are done in es_conf and node. is only mentioned in README.md |
I prefer the flexibility of |
Makes sense |
I've also handled role assignments with inventory groups, which is useful for doing lookups to populate things like the seed hosts. Something like this:
|
I am doing it in a similar way. But instead of node_... I am using a variable which reflects the new config method.
The benefits of the new method is that it is clearly visible what is enabled or not and therefore no disabling needed anymore. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still valid |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still valid |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still waiting for a fix. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This role use
node.master
andnode.data
settings to define node roles.However these settings have beed deprecated in favor of
node.roles
setting in 7.9 (elastic/elasticsearch#54998).The text was updated successfully, but these errors were encountered: