cluster.initial_master_nodes is no longer present in the documentation. It was replaced with cluster.initial_cluster_manager_nodes. (#2020)

Signed-off-by: pawelw1 <pawel.wlodarczyk@eliatra.com>

Signed-off-by: pawelw1 <pawel.wlodarczyk@eliatra.com>
This commit is contained in:
pawelw1 2022-11-23 21:59:15 +00:00 committed by GitHub
parent 4051de54af
commit aa6382a0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ If you are upgrading an Open Distro for Elasticsearch cluster, we recommend firs
plugins.security.disabled: true
```
1. Port your settings from `elasticsearch.yml` to `opensearch.yml`. Most settings use the same names. At a minimum, specify `cluster.name`, `node.name`, `discovery.seed_hosts`, and `cluster.initial_master_nodes`.
1. Port your settings from `elasticsearch.yml` to `opensearch.yml`. Most settings use the same names. At a minimum, specify `cluster.name`, `node.name`, `discovery.seed_hosts`, and `cluster.initial_cluster_manager_nodes`.
1. (Optional) If you're actively connecting to the cluster with legacy clients that check for a particular version number, such as Logstash OSS, add a [compatibility setting]({{site.url}}{{site.baseurl}}/clients/agents-and-ingestion-tools/) to `opensearch.yml`: