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
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}}.
You can download and install a specific version of {{es}} {{version.stack.base | M }} by replacing `<specific.version>` with the version number you want. For example, you can replace `<specific.version>` with {{version.stack.base}}.
4. Optional: Install [Cosign](https://docs.sigstore.dev/cosign/system_config/installation/) for your environment. Then use Cosign to verify the {{es}} image’s signature.
42
53
54
+
::::{tab-set}
55
+
56
+
:::{tab-item} Latest
43
57
$$$docker-verify-signature$$$
44
58
45
59
```sh subs=true
@@ -56,9 +70,35 @@ Use Docker commands to start a single-node {{es}} cluster for development or tes
56
70
- Existence of the claims in the transparency log was verified offline
57
71
- The signatures were verified against the specified public key
58
72
```
73
+
:::
74
+
75
+
:::{tab-item} Specific version
76
+
Replace `<specific.version>` with the {{es}} version number you want. For example, you can replace `<specific.version>` with {{version.stack.base}}.
@@ -67,14 +107,34 @@ Use Docker commands to start a single-node {{es}} cluster for development or tes
67
107
Use the `-m` flag to set a memory limit for the container. This removes the need to [manually set the JVM size](/deploy-manage/deploy/self-managed/install-elasticsearch-docker-prod.md#docker-set-heap-size).
68
108
::::
69
109
70
-
71
110
{{ml-cap}} features such as [semantic search with ELSER](/solutions/search/semantic-search/semantic-search-elser-ingest-pipelines.md) require a larger container with more than 1GB of memory. If you intend to use the {{ml}} capabilities, then start the container with this command:
Use the `-m` flag to set a memory limit for the container. This removes the need to [manually set the JVM size](/deploy-manage/deploy/self-managed/install-elasticsearch-docker-prod.md#docker-set-heap-size).
127
+
::::
128
+
129
+
{{ml-cap}} features such as [semantic search with ELSER](/solutions/search/semantic-search/semantic-search-elser-ingest-pipelines.md) require a larger container with more than 1GB of memory. If you intend to use the {{ml}} capabilities, then start the container with this command:
The command prints the `elastic` user password and an enrollment token for {{kib}}.
136
+
:::::
137
+
::::::
78
138
79
139
6. Copy the generated `elastic` password and enrollment token. These credentials are only shown when you start {{es}} for the first time. You can regenerate the credentials using the following commands.
80
140
@@ -113,9 +173,20 @@ Use Docker commands to start a single-node {{es}} cluster for development or tes
113
173
114
174
2. Start a new {{es}} container. Include the enrollment token as an environment variable.
3. Call the [cat nodes API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-nodes) to verify the node was added to the cluster.
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-elasticsearch-from-archive-on-linux-macos.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,7 @@ cd elasticsearch-{{version.stack}}/ <2>
56
56
1. Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output `elasticsearch-<version>-linux-x86_64.tar.gz: OK`.
57
57
2. This directory is known as `$ES_HOME`.
58
58
59
-
:::{tip}
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}}.
Alternatively, you can add a security override by following the instructions in the *If you want to open an app that hasn’t been notarized or is from an unidentified developer* section of [Safely open apps on your Mac](https://support.apple.com/en-us/HT202491).
89
88
::::
90
89
91
-
:::{tip}
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}}.
1. Compares the SHA of the downloaded Debian package and the published checksum, which should output `elasticsearch-<version>-amd64.deb: OK`.
112
112
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}}.
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}}.
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).
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/install-elasticsearch-with-zip-on-windows.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,7 @@ Unzip it with your favorite unzip tool. This will create a folder called `elasti
50
50
cd C:\Program Files\elasticsearch-{{version.stack}}
51
51
```
52
52
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}}.
0 commit comments