Skip to content

Commit

Permalink
Documentation / Update Elasticsearch installation page typos and remo…
Browse files Browse the repository at this point in the history
…ve the old elastic search documentation. Fixes geonetwork#7551
  • Loading branch information
josegar74 committed Dec 14, 2023
1 parent 87ec40d commit 818fe8f
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 158 deletions.
6 changes: 3 additions & 3 deletions docs/manual/docs/install-guide/installing-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/manual/docs/maintainer-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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':
Expand Down

0 comments on commit 818fe8f

Please sign in to comment.