-
Notifications
You must be signed in to change notification settings - Fork 191
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
[BUG] Getting node stats from AWS instance fails with: Missing required property 'DataPathStats.mount' #1341
Labels
bug
Something isn't working
Comments
A similar issue happens with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
Getting node-stats from an OpenSearch instance running as AWS service fails with the following exception.
How can one reproduce the bug?
Connect the client to an AWS service instance of OpenSearch.
Execute a request like:
client.nodes().stats(s -> s.metric("fs"))
What is the expected behavior?
The client should be able to parse the partial result returned from the AWS instance.
What is your host/environment?
Java client 2.18.0
OpenSearch server 2.13/2.17 (tested both) hosted on AWS
Do you have any screenshots?
GET _nodes/stats?metric=fs
Sample response from AWS (left) vs. local on-prem instance.
Do you have any additional context?
n/a
The text was updated successfully, but these errors were encountered: