Skip to content

Commit 043e3aa

Browse files
committed
Add the note to other stack installation-related topics
1 parent bfbf9a8 commit 043e3aa

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cd elasticsearch-{{version.stack}}/ <2>
5757
2. This directory is known as `$ES_HOME`.
5858

5959
:::{tip}
60-
You can install another version of {{es}} {{version.stack.base | M }} by replacing {{version.stack}} with the version number you want. For example, you can replace {{version.stack}} with {{version.stack.base}}.
60+
You can download and install another version of {{es}} {{version.stack.base | M }} by replacing {{version.stack}} with the version number you want. For example, you can replace {{version.stack}} with {{version.stack.base}}.
6161
:::
6262

6363
### MacOS [install-macos]
@@ -89,7 +89,7 @@ Alternatively, you can add a security override by following the instructions in
8989
::::
9090

9191
:::{tip}
92-
You can install another version of {{es}} {{version.stack.base | M }} by replacing {{version.stack}} with the version number you want. For example, you can replace {{version.stack}} with {{version.stack.base}}.
92+
You can download and install another version of {{es}} {{version.stack.base | M }} by replacing {{version.stack}} with the version number you want. For example, you can replace {{version.stack}} with {{version.stack.base}}.
9393
:::
9494

9595
## Step 2: Enable automatic creation of system indices [targz-enable-indices]

deploy-manage/deploy/self-managed/install-elasticsearch-with-debian-package.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ sudo dpkg -i elasticsearch-{{version.stack}}-amd64.deb
110110

111111
1. Compares the SHA of the downloaded Debian package and the published checksum, which should output `elasticsearch-<version>-amd64.deb: OK`.
112112

113+
:::{tip}
114+
You can download and install another version of {{es}} {{version.stack.base | M }} by replacing {{version.stack}} with the version number you want. For example, you can replace {{version.stack}} with {{version.stack.base}}.
115+
:::
116+
113117
## Step 3: Set up the node for connectivity
114118

115119
:::{include} _snippets/node-connectivity.md

deploy-manage/deploy/self-managed/install-elasticsearch-with-rpm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ sudo zypper modifyrepo --enable elasticsearch && \
9797
:::{include} _snippets/skip-set-kernel-params.md
9898
:::
9999

100+
:::{tip}
101+
You can download and install another version of {{es}} {{version.stack.base | M }} by replacing {{version.stack}} with the version number you want. For example, you can replace {{version.stack}} with {{version.stack.base}}.
102+
:::
103+
100104
2. Copy the terminal output from the install command to a local file. In particular, you’ll need the password for the built-in `elastic` superuser account. The output also contains the commands to enable {{es}} to [run as a service](#running-systemd).
101105

102106
## Step 3: Set up the node for connectivity

deploy-manage/deploy/self-managed/install-elasticsearch-with-zip-on-windows.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Unzip it with your favorite unzip tool. This will create a folder called `elasti
5050
cd C:\Program Files\elasticsearch-{{version.stack}}
5151
```
5252

53+
:::{tip}
54+
You can download and install another version of {{es}} {{version.stack.base | M }} by replacing {{version.stack}} with the version number you want. For example, you can replace {{version.stack}} with {{version.stack.base}}.
55+
:::
56+
5357
## Step 2: Enable automatic creation of system indices [windows-enable-indices]
5458

5559
:::{include} _snippets/enable-auto-indices.md

0 commit comments

Comments
 (0)