diff --git a/docs/manual/docs/install-guide/installing-index.md b/docs/manual/docs/install-guide/installing-index.md index e3ea8950d68..870e764f3ed 100644 --- a/docs/manual/docs/install-guide/installing-index.md +++ b/docs/manual/docs/install-guide/installing-index.md @@ -1,38 +1,43 @@ # Installing search platform -The GeoNetwork search engine is built on top of Elasticsearch. The platform is used to index records and also to analyze WFS data (See [Analyze and visualize data](../user-guide/analyzing/data.md) ). +The GeoNetwork search engine is built on top of Elasticsearch. The platform is used to index records and also to index WFS data (See [Analyze and visualize data](../user-guide/analyzing/data.md) ). GeoNetwork requires an [Elasticsearch](https://www.elastic.co/products/elasticsearch) instance to be installed next to the catalog. + ## Elasticsearch compatibility +Elasticsearch Java client version: 8.14.3 + | Elasticsearch Version | Compatibility | |-----------------------| ------------- | -| Elasticsearch 7.15.x | minimum | -| Elasticsearch 8.11.3 | tested | +| Elasticsearch 8.14.3 | recommended | +| Elasticsearch 8.14.x | minimum | + +Older version may be supported but are untested. ## Installation === "Manual installation" - 1. **Download:** Elasticsearch 8.x (`8.11.3` tested, minimum `7.15.x`) from and unzip the file. + 1. **Download:** Elasticsearch `8.14.3` from and unzip the file. ``` shell - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.11.3.tar.gz - tar xvfz elasticsearch-8.11.3.tar.gz + wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.3.tar.gz + tar xvfz elasticsearch-8.14.3.tar.gz ``` 2. **Start**: Manually start Elasticsearch using: ``` shell - elasticsearch-8.11.3/bin/elasticsearch + elasticsearch-8.14.3/bin/elasticsearch ``` 3. **Stop**: Manually stop Elasticsearch using: ``` shell - elasticsearch-8.11.3/bin/elasticsearch stop + elasticsearch-8.14.3/bin/elasticsearch stop ``` === "Install using Maven" diff --git a/es/README.md b/es/README.md index c4b8cb15ac2..d46d0574d06 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.14.0 + docker pull docker.elastic.co/elasticsearch/elasticsearch:8.14.3 ``` 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.14.0 + docker.elastic.co/elasticsearch/elasticsearch:8.14.3 ``` 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.14.0 from https://www.elastic.co/downloads/elasticsearch -and copy to the ES module, e.g., ``es/elasticsearch-8.14.0` +1. Download Elasticsearch 8.14.3 from https://www.elastic.co/downloads/elasticsearch +and copy to the ES module, e.g., ``es/elasticsearch-8.14.3` 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.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 + * Note that for debian-based servers the current deb download (8.14.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 # Troubleshoot diff --git a/es/docker-compose.yml b/es/docker-compose.yml index 6d30f675bb1..994c6089a01 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.14.0 + image: docker.elastic.co/elasticsearch/elasticsearch:8.14.3 container_name: elasticsearch8 environment: - cluster.name=docker-cluster @@ -20,7 +20,7 @@ services: ports: - "9200:9200" kibana: - image: docker.elastic.co/kibana/kibana:8.14.0 + image: docker.elastic.co/kibana/kibana:8.14.3 container_name: kibana8 ports: - "5601:5601" diff --git a/es/es-dashboards/README.md b/es/es-dashboards/README.md index 9a2b7527487..e5e87790e31 100644 --- a/es/es-dashboards/README.md +++ b/es/es-dashboards/README.md @@ -39,7 +39,7 @@ ## Manual installation -1. Download Kibana 8.14.0 from https://www.elastic.co/downloads/kibana +1. Download Kibana 8.14.3 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.14.0 is confirmed as working with Geonetwork 4.4.x. +Kibana can be installed from the debian files, and Kibana 8.14.3 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 4c491177d3f..8a5fa9e90c8 100644 --- a/pom.xml +++ b/pom.xml @@ -1550,7 +1550,7 @@ 8080 8090 - 8.14.0 + 8.14.3 linux-x86_64 tar.gz http diff --git a/web/src/main/webResources/WEB-INF/data/config/index/records.json b/web/src/main/webResources/WEB-INF/data/config/index/records.json index f5262626866..28febb0667d 100644 --- a/web/src/main/webResources/WEB-INF/data/config/index/records.json +++ b/web/src/main/webResources/WEB-INF/data/config/index/records.json @@ -1361,7 +1361,6 @@ { "tag": { "match": "th_*", - "match_mapping_type": "object", "mapping": { "properties": { "default": {