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
#### B. Creating and Running Elasticsearch Container
239
242
243
+
>Note: Starting with the April 2022 PSU release for Oracle WebCenter Portal, you are able to optionally add Elasticsearch registered to the WebCenter Portal container image. Before creating this image, you must first manually download the [Elasticsearch 7.17.x binaries](https://www.elastic.co/downloads/past-releases#elasticsearch) directly from Elasticsearch.
244
+
245
+
Update the `ELASTIC_SEARCH_INSTALLER_FILE_NAME` variable with the correct filename and set the `ELASTIC_SEARCH_VERSION` variable to the version of Elasticsearch you downloaded.
246
+
247
+
Copy the downloaded `elasticsearch-7.17.x-linux-x86_64.tar.gz` file to the location on the host used as the source for the `DATA_MOUNT` bind mount:
0 commit comments