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

Old elastic search documentation 3.4.x should be removed/updated. #7551

Closed
ianwallen opened this issue Dec 12, 2023 · 0 comments · Fixed by #7555
Closed

Old elastic search documentation 3.4.x should be removed/updated. #7551

ianwallen opened this issue Dec 12, 2023 · 0 comments · Fixed by #7555
Milestone

Comments

@ianwallen
Copy link
Contributor

Describe the bug
The following seems to document old elastic search setup steps.

## Load indexes
``` shell
$ cd /tmp
$ curl -O https://github.com/geonetwork/core-geonetwork/3.4.x/es/config/features.json
$ curl -X PUT http://localhost:9200/gn-features -d @features.json
$ curl -O https://github.com/geonetwork/core-geonetwork/3.4.x/es/config/records.json
$ curl -X PUT http://localhost:9200/gn-records -d @records.json
$ curl -O https://github.com/geonetwork/core-geonetwork/3.4.x/es/config/searchlogs.json
$ curl -X PUT http://localhost:9200/gn-searchlogs -d @searchlogs.json
```

Looks like the more recent documentation is here.
https://github.com/geonetwork/core-geonetwork/blob/main/es/README.md#configuration

Can we remove the old documentation?

@ianwallen ianwallen assigned jodygarnett and unassigned jodygarnett Dec 12, 2023
josegar74 added a commit to GeoCat/core-geonetwork that referenced this issue Dec 14, 2023
josegar74 added a commit that referenced this issue Dec 15, 2023
…ve the old elastic search documentation. Fixes #7551 (#7555)
josegar74 added a commit that referenced this issue Dec 15, 2023
… remove the old elastic search documentation. Fixes #7551 (#7555)
@ianwallen ianwallen added this to the 4.4.2 milestone Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants