You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-elasticsearch-docker-basic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Use Docker commands to start a single-node {{es}} cluster for development or tes
45
45
46
46
:::{tab-item} Specific version
47
47
:sync: specific
48
-
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{stack}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
48
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{stack}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}. You'll use this same version number throughout this tutorial.
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{es}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
80
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the version of the Docker image you downloaded.
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{es}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
108
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the version of the Docker image you downloaded.
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{es}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
144
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the version of the Docker image you downloaded.
145
145
```sh subs=true
146
146
FROM docker.elastic.co/elasticsearch/elasticsearch:<SPECIFIC.VERSION.NUMBER>
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-elasticsearch-docker-prod.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ docker run --rm docker.elastic.co/elasticsearch/elasticsearch:{{version.stack}}
142
142
143
143
:::{tab-item} Specific version
144
144
:sync: specific
145
-
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{es}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
145
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the version of the Docker image you downloaded.
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{es}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
194
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the version of the Docker image you downloaded.
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{es}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
219
+
Replace `<SPECIFIC.VERSION.NUMBER>`with the version of the Docker image you downloaded.
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-kibana-from-archive-on-linux-macos.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ cd kibana-{{version.stack}}/ <2>
47
47
48
48
:::{tab-item} Specific version
49
49
:sync: specific
50
-
Because {{kib}} is an {{stack}} product, you must install the same version number that's used across the stack. Replace `<SPECIFIC.VERSION.NUMBER>` with the {{stack}} version.
50
+
Because {{kib}} is an {{stack}} product, you must install the same version number as the rest of your {{stack}} components. Replace `<SPECIFIC.VERSION.NUMBER>` with the version that's used across your entire stack. For example, you can use {{version.stack.base}}.
51
51
For more information, refer to [{{es}} version](/deploy-manage/deploy/self-managed/install-kibana.md#elasticsearch-version).
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{kib}} version number you want to install. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
99
-
If you're unsure about which version to install, refer to [{{es}} version](/deploy-manage/deploy/self-managed/install-kibana.md#elasticsearch-version) for more information about version compatibility.
98
+
Because {{kib}} is an {{stack}} product, you must install the same version number as the rest of your {{stack}} components. Replace `<SPECIFIC.VERSION.NUMBER>` with the version that's used across your entire stack. For example, you can use {{version.stack.base}}.
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-kibana-with-docker.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ This setup doesn’t run multiple {{es}} nodes by default. To create a multi-nod
59
59
60
60
:::{tab-item} Specific version
61
61
:sync: specific
62
-
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{stack}} version number you want to install. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
62
+
Because {{kib}} is an {{stack}} product, you must install the same version number as the rest of your {{stack}} components. Replace `<SPECIFIC.VERSION.NUMBER>` with the version that's used across your entire stack. For example, you can use {{version.stack.base}}. You'll use this same version number throughout this tutorial.
@@ -197,7 +197,7 @@ This setup doesn’t run multiple {{es}} nodes by default. To create a multi-nod
197
197
198
198
:::{tab-item} Specific version
199
199
:sync: specific
200
-
Use the same {{stack}} version number as the Docker image you pulled earlier and replace <SPECIFIC.VERSION.NUMBER> with it.
200
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the version of the Docker image you downloaded.
201
201
```sh subs=true
202
202
docker run --name kib01 --net elastic -p 5601:5601 docker.elastic.co/kibana/kibana:<SPECIFIC.VERSION.NUMBER>
203
203
```
@@ -262,7 +262,7 @@ services:
262
262
263
263
:::{tab-item} Specific version
264
264
:sync: specific
265
-
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{kib}} version number you want. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
265
+
Replace `<SPECIFIC.VERSION.NUMBER>` with the version of the Docker image you downloaded.
Replace `<SPECIFIC.VERSION.NUMBER>` with the {{kib}} version number you want to install. For example, you can replace `<SPECIFIC.VERSION.NUMBER>` with {{version.stack.base}}.
88
-
If you're unsure about which version to install, refer to [{{es}} version](/deploy-manage/deploy/self-managed/install-kibana.md#elasticsearch-version) for more information about version compatibility.
87
+
Because {{kib}} is an {{stack}} product, you must install the same version number as the rest of your {{stack}} components. Replace `<SPECIFIC.VERSION.NUMBER>` with the version that's used across your entire stack. For example, you can use {{version.stack.base}}.
0 commit comments