Skip to content

Commit f410023

Browse files
committed
little fix
1 parent a8d5b23 commit f410023

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy-manage/deploy/self-managed/install-kibana-from-archive-on-linux-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tar -xzf kibana-{{stack-version}}-linux-x86_64.tar.gz
3838
cd kibana-{{stack-version}}/ <2>
3939
```
4040

41-
1. Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output `kibana-{{stack-version}}-linux-x86_64.tar.gz: OK`.
41+
1. Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output `kibana-<version>-linux-x86_64.tar.gz: OK`.
4242
2. This directory is known as `$KIBANA_HOME`.
4343

4444
## MacOS [install-darwin64]
@@ -52,7 +52,7 @@ tar -xzf kibana-{{stack-version}}-darwin-x86_64.tar.gz
5252
cd kibana-{{stack-version}}/ <2>
5353
```
5454

55-
1. Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output `kibana-{{stack-version}}-darwin-x86_64.tar.gz: OK`.
55+
1. Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output `kibana-<version>-darwin-x86_64.tar.gz: OK`.
5656
2. This directory is known as `$KIBANA_HOME`.
5757

5858

raw-migrated-files/stack-docs/elastic-stack/installing-stack-demo-self.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To begin, use RPM to install {{es}} on the first host. This initial {{es}} insta
9090
shasum -a 512 -c elasticsearch-9.0.0-beta1-x86_64.rpm.sha512
9191
```
9292

93-
The command should return: `elasticsearch-{{version}}-x86_64.rpm: OK`.
93+
The command should return: `elasticsearch-<version>-x86_64.rpm: OK`.
9494

9595
6. Run the {{es}} install command:
9696

@@ -406,7 +406,7 @@ As with {{es}}, you can use RPM to install {{kib}} on another host. You can find
406406
shasum -a 512 -c kibana-9.0.0-beta1-x86_64.rpm.sha512
407407
```
408408

409-
The command should return: `kibana-{{version}}-x86_64.rpm: OK`.
409+
The command should return: `kibana-<version>-x86_64.rpm: OK`.
410410

411411
5. Run the {{kib}} install command:
412412

0 commit comments

Comments
 (0)