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:
parent
4051de54af
commit
aa6382a0cf
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue