-
Notifications
You must be signed in to change notification settings - Fork 264
Missing required property for info requests #346
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
Comments
We have the same issue here when calling method
|
@swallez Nous avons besoin de ton aide par ici |
Thanks @dadoonet for the work around I can see that the issue has been fixed and will be available in next release |
Release is available now as 8.3.3, recommendation is to upgrade Elasticsearch. Going to close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Java API client version
8.3.2
Java version
18
Elasticsearch Version
8.3.2
Problem description
Client info calls throws errors.
ElasticsearchClient.info()
Missing required property 'ElasticsearchVersionInfo.buildFlavor' (JSON path: version)
ElasticsearchClient.nodes().info()
Missing required property 'NodeInfoPath.repo' (JSON path: nodes['M-dm_DjWSY6HL6dLYrRovw'].settings.path)
The text was updated successfully, but these errors were encountered: