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

Add support for newer Elasticsearch search api #3360

Closed
Sandalorian opened this issue Dec 9, 2022 · 0 comments · May be fixed by #4269
Closed

Add support for newer Elasticsearch search api #3360

Sandalorian opened this issue Dec 9, 2022 · 0 comments · May be fixed by #4269

Comments

@Sandalorian
Copy link

Sandalorian commented Dec 9, 2022

Feature description

Add support for ElasticSearch 8.5.

Currently apoc.es.query generates requests on URL's that are no compatible with ElasticSearch 8.5. For example:

http://x.x.x.x:9200/<index>/<type>/_search

This results in a 403 returned.

In ElasticSearch 8.5 this should be:

http://x.x.x.x:9200/<index>/_search

This is documented here:

https://www.elastic.co/guide/en/elasticsearch/reference/8.5/search-search.html

@jexp jexp moved this to Todo in APOC Extended Larus Dec 20, 2022
@vga91 vga91 moved this from Todo to In Progress in APOC Extended Larus Feb 13, 2024
@vga91 vga91 moved this from In Progress to Review in APOC Extended Larus Feb 27, 2024
RobertoSannino pushed a commit that referenced this issue Apr 17, 2024
* Fixes #3360: Add support for newer Elasticsearch search api

* Removed unused code
@vga91 vga91 closed this as completed May 16, 2024
@github-project-automation github-project-automation bot moved this from Review to Done (to cherry-pick) in APOC Extended Larus May 16, 2024
vga91 added a commit that referenced this issue Dec 4, 2024
…4046)

* Fixes #3360: Add support for newer Elasticsearch search api

* Removed unused code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done (check if cherry-pick)
3 participants