Skip to content

Commit 2bd229c

Browse files
author
Adam Locke
authored
[DOCS] Update add node section (#89393) (#89618)
* [DOCS] Update add node section * Include information for enrolling nodes
1 parent 8b96821 commit 2bd229c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/reference/setup/add-nodes.asciidoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ green.
2525

2626
image::setup/images/elas_0204.png["A cluster with three nodes"]
2727

28-
You can run multiple nodes on your local machine in order to experiment with how
29-
an {es} cluster of multiple nodes behaves. To add a node to a cluster running on
30-
your local machine:
31-
32-
. Set up a new {es} instance.
33-
. Specify the name of the cluster with the `cluster.name` setting in
34-
`elasticsearch.yml`. For example, to add a node to the `logging-prod` cluster,
35-
add the line `cluster.name: "logging-prod"` to `elasticsearch.yml`.
36-
. Start {es}. The node automatically discovers and joins the specified cluster.
37-
38-
To add a node to a cluster running on multiple machines, you must also
39-
<<unicast.hosts,set `discovery.seed_hosts`>> so that the new node can discover
28+
[discrete]
29+
=== Enroll nodes in an existing cluster
30+
You can enroll additional nodes on your local machine to experiment with how an
31+
{es} cluster with multiple nodes behaves.
32+
33+
[NOTE]
34+
====
35+
To add a node to a cluster running on multiple machines, you must also set
36+
<<unicast.hosts,`discovery.seed_hosts`>> so that the new node can discover
4037
the rest of its cluster.
38+
====
39+
40+
include::../../../x-pack/docs/en/security/enroll-nodes.asciidoc[]
4141

42-
For more information about discovery and shard allocation, see
42+
For more information about discovery and shard allocation, refer to
4343
<<modules-discovery>> and <<modules-cluster>>.
4444

4545
[discrete]

0 commit comments

Comments
 (0)