Description
In the Set up Elasticsearch section of the docs, there is a page for Add and remove nodes in your cluster.
It has these instructions:
- Set up a new Elasticsearch instance.
- Specify the name of the cluster with the cluster.name setting in elasticsearch.yml. For example, to add a node to the logging-prod cluster, add the line cluster.name: "logging-prod" to elasticsearch.yml.
- Start Elasticsearch. The node automatically discovers and joins the specified cluster.
However, if security (including TLS between nodes) is enabled (which it is by default) those instructions will not work, because each node will generate its own set of certificates.
Those steps should include some sort of link to the relevant security docs to Enroll additional nodes in your cluster
Description
In the Set up Elasticsearch section of the docs, there is a page for Add and remove nodes in your cluster.
It has these instructions:
However, if security (including TLS between nodes) is enabled (which it is by default) those instructions will not work, because each node will generate its own set of certificates.
Those steps should include some sort of link to the relevant security docs to Enroll additional nodes in your cluster