Skip to content

Commit e5a8bd7

Browse files
authored
Fix typos on on-prem install guide (elastic#2649)
1 parent da51380 commit e5a8bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/install-upgrade/installing-stack-demo-self.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Unlike the setup for the first {es} node, in this case you don't need to copy th
275275
sudo systemctl daemon-reload
276276
sudo systemctl enable elasticsearch.service
277277
----
278-
278+
+
279279
IMPORTANT: Don't start the {es} service yet! There are a few more configuration steps to do before restarting.
280280

281281
. To enable this second {es} node to connect to the first, you need to configure an enrollment token.
@@ -460,7 +460,7 @@ sudo rpm --install kibana-{version}-x86_64.rpm
460460
+
461461
Return to your terminal shell into the first {es} node.
462462

463-
. Run the `elasticsearch-create-enrollment-token` command with the `-s kibana` option to generate a {kibana} enrollment token:
463+
. Run the `elasticsearch-create-enrollment-token` command with the `-s kibana` option to generate a {kib} enrollment token:
464464
+
465465
[source,"shell"]
466466
----
@@ -469,7 +469,7 @@ sudo /usr/share/elasticsearch/bin/elasticsearch-create-enrollment-token -s kiban
469469

470470
. Copy the generated enrollment token from the command output.
471471

472-
. Run the following two commands to enable {kib} to run as a service using `systemd`, enabling {kib} to start automatically when the host system reboots.
472+
. Back on the {kib} host, run the following two commands to enable {kib} to run as a service using `systemd`, enabling {kib} to start automatically when the host system reboots.
473473
+
474474
["source","sh",subs="attributes"]
475475
----

0 commit comments

Comments
 (0)