@@ -25,21 +25,21 @@ green.
25
25
26
26
image::setup/images/elas_0204.png["A cluster with three nodes"]
27
27
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
40
37
the rest of its cluster.
38
+ ====
39
+
40
+ include::../../../x-pack/docs/en/security/enroll-nodes.asciidoc[]
41
41
42
- For more information about discovery and shard allocation, see
42
+ For more information about discovery and shard allocation, refer to
43
43
<<modules-discovery>> and <<modules-cluster>>.
44
44
45
45
[discrete]
0 commit comments