From 649f157605ca196231a354258298ea7c9c6f5f6e Mon Sep 17 00:00:00 2001 From: Francois Prunayre Date: Thu, 6 Jun 2024 15:55:45 +0200 Subject: [PATCH] Elasticsearch / Update to 8.14.0. --- es/README.md | 10 +++++----- es/docker-compose.yml | 4 ++-- es/es-dashboards/README.md | 4 ++-- pom.xml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/es/README.md b/es/README.md index 0ef407c7f22..c4b8cb15ac2 100644 --- a/es/README.md +++ b/es/README.md @@ -11,7 +11,7 @@ These configurations should not be used for a production deployment. 1. Use docker pull to download the image (you can check version in the :file:`pom.xml` file): ``` - docker pull docker.elastic.co/elasticsearch/elasticsearch:8.11.3 + docker pull docker.elastic.co/elasticsearch/elasticsearch:8.14.0 ``` 2. Use docker run, leaving 9200 available: @@ -21,7 +21,7 @@ These configurations should not be used for a production deployment. -e "discovery.type=single-node" \ -e "xpack.security.enabled=false" \ -e "xpack.security.enrollment.enabled=false" \ - docker.elastic.co/elasticsearch/elasticsearch:8.11.3 + docker.elastic.co/elasticsearch/elasticsearch:8.14.0 ``` 3. Check that elasticsearch is running by visiting http://localhost:9200 in a browser @@ -61,8 +61,8 @@ Maven installation ensure you always are using the ``es.version`` version specif ## Manual installation -1. Download Elasticsearch 8.11.3 from https://www.elastic.co/downloads/elasticsearch -and copy to the ES module, e.g., ``es/elasticsearch-8.11.3` +1. Download Elasticsearch 8.14.0 from https://www.elastic.co/downloads/elasticsearch +and copy to the ES module, e.g., ``es/elasticsearch-8.14.0` 2. Disable the security @@ -127,7 +127,7 @@ Don't hesitate to propose a Pull Request with the new language. 1. Configure ES to start on server startup. It is recommended to protect `gn-records` index from the Internet access. - * Note that for debian-based servers the current deb download (8.11.3) can be installed rather than installing manually and can be configured to run as a service using the instructions here: https://www.elastic.co/guide/en/elasticsearch/reference/current/starting-elasticsearch.html + * Note that for debian-based servers the current deb download (8.14.0) can be installed rather than installing manually and can be configured to run as a service using the instructions here: https://www.elastic.co/guide/en/elasticsearch/reference/current/starting-elasticsearch.html # Troubleshoot diff --git a/es/docker-compose.yml b/es/docker-compose.yml index cd255c6f531..6d30f675bb1 100644 --- a/es/docker-compose.yml +++ b/es/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.11.3 + image: docker.elastic.co/elasticsearch/elasticsearch:8.14.0 container_name: elasticsearch8 environment: - cluster.name=docker-cluster @@ -20,7 +20,7 @@ services: ports: - "9200:9200" kibana: - image: docker.elastic.co/kibana/kibana:8.11.3 + image: docker.elastic.co/kibana/kibana:8.14.0 container_name: kibana8 ports: - "5601:5601" diff --git a/es/es-dashboards/README.md b/es/es-dashboards/README.md index b39111ae58e..9a2b7527487 100644 --- a/es/es-dashboards/README.md +++ b/es/es-dashboards/README.md @@ -39,7 +39,7 @@ ## Manual installation -1. Download Kibana 8.11.3 from https://www.elastic.co/downloads/kibana +1. Download Kibana 8.14.0 from https://www.elastic.co/downloads/kibana 2. Set Kibana base path and index name in config/kibana.yml: @@ -81,7 +81,7 @@ Visit Kibana in a browser using one of the above links and go to 'Saved Objects' ### Production Use -Kibana can be installed from the debian files, and Kibana 8.11.3 is confirmed as working with Geonetwork 4.4.x. +Kibana can be installed from the debian files, and Kibana 8.14.0 is confirmed as working with Geonetwork 4.4.x. Set Kibana to start when the server starts up, using the instructions at https://www.elastic.co/guide/en/kibana/current/start-stop.html diff --git a/pom.xml b/pom.xml index 0086cca63f5..4c491177d3f 100644 --- a/pom.xml +++ b/pom.xml @@ -1550,7 +1550,7 @@ 8080 8090 - 8.11.3 + 8.14.0 linux-x86_64 tar.gz http