Skip to content

Commit

Permalink
Update index.md (#5256)
Browse files Browse the repository at this point in the history
Changing configuration reference line 84 from 'cluster_manager' to 'master' (Issue #4936)

Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
  • Loading branch information
BigSamu authored Oct 20, 2023
1 parent 44c4768 commit 82e4306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tuning-your-cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82e4306

Please sign in to comment.