Installing ElasticSearch
GeoNetwork Enterprise requires ElasticSearch version 7.17.15 as a search engine for metadata content.
To create dashboards to visualize the search/content statistics you need to install also Kibana.
- Download ElasticSearch from https://www.elastic.co/downloads/past-releases/elasticsearch-7-17-15 for your operating system.
- Download Kibana from https://www.elastic.co/downloads/past-releases/kibana-7-17-15 for your operating system.
You can also install these applications with Docker.
Once installed check how to Configure Elasticsearch in GeoNetwork Enterprise.
Reference:
ElasticSearch
To run ElasticSearch in Windows:
-
Download the package from https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.15-windows-x86_64.zip
-
Unzip the package to a folder, for example
c:\elasticsearch-7.17.15
. -
Open a terminal window and start up ElasticSearch:
Instead, you can install ElasticSearch as a Windows service:
-
Open a terminal window and execute the following commands to install the service:
-
To start the service:
-
To stop the service:
Reference:
!!!! Note
A MSI installer is also available: [Install Elasticsearch with Windows MSI Installer](https://www.elastic.co/guide/en/elasticsearch/reference/7.15/windows.html)
If you are using Debian, follow these instructions: https://www.elastic.co/guide/en/elasticsearch/reference/7.15/deb.html
If you use a Linux RPM-based system such as OpenSuSE, SLES, Centos, Red Hat, and Oracle Enterprise, follow these instructions:
If you don't use Debian or a distribution that uses RPM packages, follow the following steps to install ElasticSearch.
-
To download the package, open a terminal and execute the following commands:
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.15-linux-x86_64.tar.gz wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.15-linux-x86_64.tar.gz.sha512 shasum -a 512 -c elasticsearch-7.17.15-linux-x86_64.tar.gz.sha512 tar -xzf elasticsearch-7.17.15-linux-x86_64.tar.gz cd elasticsearch-7.17.15/
-
To run the ElasticSearch:
Reference:
To install ElasticSearch with Docker follow the instructions:
Kibana
To run Kibana in Windows:
-
Download the package from https://artifacts.elastic.co/downloads/kibana/kibana-7.17.15-windows-x86_64.zip
-
Unzip the package to a folder, for example
c:\kibana-7.17.15-windows-x86_64
. -
Open a terminal window and start up Kibana:
If you are using Debian, follow these instructions:
If you use a Linux RPM-based system such as OpenSuSE, SLES, Centos, Red Hat, and Oracle Enterprise, follow these instructions:
If you don't use Debian or a distribution that uses RPM packages, follow the following steps to install ElasticSearch:
-
To download the package, open a terminal and execute the following commands:
-
To run the Kibana:
Reference:
To install Kibana with Docker follow the instructions at https://www.elastic.co/guide/en/kibana/7.15/docker.html