Skip to content

Commit 8c3564d

Browse files
committed
Documentation / Update Elasticsearch to v8.19.11
1 parent 1e32181 commit 8c3564d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/manual/docs/install-guide/installing-index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ GeoNetwork requires an [Elasticsearch](https://www.elastic.co/products/elasticse
77

88
## Elasticsearch compatibility
99

10-
Elasticsearch Java client version: 8.14.3
10+
Elasticsearch Java client version: 8.19.11
1111

1212
| Elasticsearch Version | Compatibility |
1313
|-----------------------| ------------- |
14-
| Elasticsearch 8.14.3 | recommended |
14+
| Elasticsearch 8.19.11 | recommended |
1515
| Elasticsearch 8.14.x | minimum |
1616

1717
Older version may be supported but are untested.
@@ -21,23 +21,23 @@ Older version may be supported but are untested.
2121

2222
=== "Manual installation"
2323

24-
1. **Download:** Elasticsearch `8.14.3` from <https://www.elastic.co/downloads/elasticsearch> and unzip the file.
24+
1. **Download:** Elasticsearch `8.19.11` from <https://www.elastic.co/downloads/elasticsearch> and unzip the file.
2525

2626
``` shell
27-
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.14.3.tar.gz
28-
tar xvfz elasticsearch-8.14.3.tar.gz
27+
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.19.11.tar.gz
28+
tar xvfz elasticsearch-8.19.11.tar.gz
2929
```
3030

3131
2. **Start**: Manually start Elasticsearch using:
3232

3333
``` shell
34-
elasticsearch-8.14.3/bin/elasticsearch
34+
elasticsearch-8.19.11/bin/elasticsearch
3535
```
3636

3737
3. **Stop**: Manually stop Elasticsearch using:
3838

3939
``` shell
40-
elasticsearch-8.14.3/bin/elasticsearch stop
40+
elasticsearch-8.19.11/bin/elasticsearch stop
4141
```
4242
4343
=== "Install using Maven"

0 commit comments

Comments
 (0)