From 82e430678532c27fbc663698cef21bc9de53ba09 Mon Sep 17 00:00:00 2001 From: Samuel Valdes Gutierrez Date: Fri, 20 Oct 2023 16:16:08 +0100 Subject: [PATCH] Update index.md (#5256) Changing configuration reference line 84 from 'cluster_manager' to 'master' (Issue #4936) Signed-off-by: Samuel Valdes Gutierrez --- _tuning-your-cluster/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tuning-your-cluster/index.md b/_tuning-your-cluster/index.md index 69d5fdbcc9..234f0775e8 100644 --- a/_tuning-your-cluster/index.md +++ b/_tuning-your-cluster/index.md @@ -81,7 +81,7 @@ node.name: opensearch-cluster_manager You can also explicitly specify that this node is a cluster manager node, even though it is already set to true by default. Set the node role to `cluster_manager` to make it easier to identify the cluster manager node. ```yml -node.roles: [ cluster_manager ] +node.roles: [ master ] ``` #### Data nodes