Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from geonetwork:main #91

Merged
merged 16 commits into from
Dec 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Documentation / Update Elasticsearch installation page typos and remo…
…ve the old elastic search documentation. Fixes geonetwork#7551 (geonetwork#7555)
  • Loading branch information
josegar74 authored Dec 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4bbf88e6f0d456cb0105144cda63d242e17a9063
6 changes: 3 additions & 3 deletions docs/manual/docs/install-guide/installing-index.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ The GeoNetwork search engine is built on top of Elasticsearch. The platform is u

## Manual installation

Download Elasticsearch from <https://www.elastic.co/downloads/elasticsearch> and unzip the file.
Download Elasticsearch 7.x (at least `7.9.2`) from <https://www.elastic.co/downloads/elasticsearch> and unzip the file.

``` shell
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.2.tar.gz
@@ -20,7 +20,7 @@ elasticsearch-7.9.2/bin/elasticsearch
Stop Elasticsearch using

``` shell
elasticsearch-7.6.2/bin/elasticsearch stop
elasticsearch-7.9.2/bin/elasticsearch stop
```

GeoNetwork will start even if Elasticsearch index is down. A warning will be displayed. Once the Elasticsearch index is up, indices are created if they do not exist.
@@ -60,7 +60,7 @@ Access Elasticsearch admin page from <http://localhost:9200/>.

## Configure connection

Update Elasticsearch connection details in `` `WEB-INF/config.properties ```` and restart the application (see :code:\`web/src/main/webResources/WEB-INF/config.properties``):
Update Elasticsearch connection details in ```WEB-INF/config.properties``` and restart the application:

``` shell
es.protocol=http
1 change: 0 additions & 1 deletion docs/manual/docs/maintainer-guide/index.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,5 @@ For installation instructions, please refer to the [Installation guide](../insta

- [Installation](../install-guide/index.md)
- [Setup](../administrator-guide/index.md)
- [Setting up search/content statistics](statistics/index.md)
- [Production Use](production-use/index.md)
- [Updating the application](updating/index.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 0 additions & 16 deletions docs/manual/docs/maintainer-guide/statistics/index.md

This file was deleted.

This file was deleted.

56 changes: 0 additions & 56 deletions docs/manual/docs/maintainer-guide/statistics/setup-geonetwork.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/manual/docs/maintainer-guide/statistics/setup-kibana.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/manual/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -326,11 +326,6 @@ nav:
- install-guide/logging.md
- install-guide/map-print-setup.md
- install-guide/loading-samples.md
- 'Setting up search/content statistics':
- maintainer-guide/statistics/index.md
- maintainer-guide/statistics/setup-elasticsearch.md
- maintainer-guide/statistics/setup-kibana.md
- maintainer-guide/statistics/setup-geonetwork.md
- maintainer-guide/production-use/index.md
- 'Updating the application': maintainer-guide/updating/index.md
- 'API':