You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
Elasticsearch is deprecating the use of query for body as per this elasticsearch issue. This isn't breaking at the moment, but might cause problems if libraries are updated in the future.
The part of the issue that discusses this:
The body parameter for APIs are deprecated
For JSON requests each field within the top-level JSON object will become it's own parameter of the API with full type hinting
Updating the Elasticsearch client for Python might be a pain because it might cause a product mismatch with Elasticsearch: The client noticed that the server is not Elasticsearch and we do not support this unknown product. Seems like Elasticsearch itself would also have to be updated
fivegrant
changed the title
Deprecated use of body when querying elasticsearch.
Update Elasticsearch and Python Client
Jul 27, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
warningIssue that is not pressing but should be notedwontfixThis will not be worked on
Elasticsearch is deprecating the use of
query
forbody
as per this elasticsearch issue. This isn't breaking at the moment, but might cause problems if libraries are updated in the future.The part of the issue that discusses this:
The text was updated successfully, but these errors were encountered: