-
Notifications
You must be signed in to change notification settings - Fork 1.3k
TopMetricsAggregation NamedObjectNotFoundException: unknown field [top_metrics] #1834
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
Labels
type: bug
A general bug
Milestone
Comments
We need to port the missing entries from Notice: check that only entries up to Elasticsearch version 7.10.2 are copied. |
sothawo
added a commit
to sothawo/spring-data-elasticsearch
that referenced
this issue
Jun 2, 2021
sothawo
added a commit
that referenced
this issue
Jun 2, 2021
fixed in main and backported to branches 4.2 and 4.1. |
sothawo
added a commit
that referenced
this issue
Jun 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Top Metrics Aggregation don't work with reactive client.
Steps for reproduce:
Elasticsearch server 7.13.0
Spring boot 2.5.0
Elasticsearch index:
Response (using elasticsearch dev tools): ES return expected result
Using reactive java client:
I getting error: org.elasticsearch.common.xcontent.NamedObjectNotFoundException: [1:174] unknown field [top_metrics]
Full stack trace:
The text was updated successfully, but these errors were encountered: