Skip to content

[Docs] "Add and remove nodes" docs should link to security "Enroll additional nodes" docs #86334

@tvernum

Description

@tvernum

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:

  1. Set up a new Elasticsearch instance.
  2. 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.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions