Skip to content

Commit 277f168

Browse files
authored
[DOCS] Remove duplicated images from security tutorial
2 parents 72ac639 + bd940f3 commit 277f168

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed
-10.2 KB
Binary file not shown.
-20.1 KB
Binary file not shown.

docs/en/stack/security/securing-communications/tutorial-tls-addnodes.asciidoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Up to this point, we have used a cluster with a single {es} node to get up and
77
running with the {stack}. An {es} _node_ is a single server that is part of your
88
cluster and stores pieces of your data called _shards_.
99

10-
image::security/images/elas_0202.png["A cluster with one node and three primary shards"]
11-
1210
You can add more nodes to your cluster and optionally designate specific purposes
1311
for each node. For example, you can allocate master nodes, data nodes, ingest
1412
nodes, machine learning nodes, and dedicated coordinating nodes. For details
@@ -28,7 +26,8 @@ When you are deploying a production environment, however, you are generally
2826
adding nodes on different machines so that your cluster is resilient to outages
2927
and avoids data loss. In a production scenario, there are additional
3028
requirements that are not covered in this tutorial. See
31-
{ref}/bootstrap-checks.html#dev-vs-prod-mode[Development vs production mode].
29+
{ref}/bootstrap-checks.html#dev-vs-prod-mode[Development vs production mode] and
30+
{ref}/add-elasticsearch-nodes.html[Adding nodes to your cluster].
3231

3332
Let's add two nodes to our cluster!
3433

@@ -162,6 +161,3 @@ Now that you have multiple nodes, your data can be distributed across the
162161
cluster in multiple primary and replica shards. For more information about the
163162
concepts of clusters, nodes, and shards, see
164163
{ref}/getting-started.html[Getting started with {es}].
165-
166-
image::security/images/elas_0204.png["A cluster with three nodes"]
167-

0 commit comments

Comments
 (0)