-
Notifications
You must be signed in to change notification settings - Fork 21
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
"Status: 500. Message: unknown OpenSearch error response" when trying to do any sort of aggregation in grafana #400
Comments
I'm assuming you think I'm still hitting the too many buckets issue then? Previously I was actually getting this error and I increased the bucket limit and now I'm getting this generic error. |
Hi @danfinn, I actually don't have a guess of what the issue is. There's an error from the OpenSearch response that will likely be in |
ok, defiinitely sounds like an improvement. hopefully it will give me some insight |
@kevinwcyu do you know when this might get released? |
@danfinn, I just released it in v2.15.4 |
That did help, thanks @kevinwcyu. We are still hitting the same max buckets error. Interesting that it was previously giving this error but then stopped once we initially raised the limit. |
Thanks for the update @danfinn, I'll close this issue off since the cause has been found. |
Effort tracked in #394 |
What happened:
We have a grafana instance connected to an AWS OpenSearch cluster. We can view metrics with this however whenever we try to create any sort of simple aggregation with the data we get a generic opensearch error. There are no errors being logged on our opensearch cluster and there are no 500s being reported. The error that grafana is logging every time this happens is:
Initially we were getting the error that too many buckets were being created but I've had AWS increase our bucket limit and now this is what we are seeing.
I am on the latest grafana opensearch plugin, 2.15.3
What you expected to happen:
to be able to create simple aggregations on the data in opensearch
How to reproduce it (as minimally and precisely as possible):
do a Group By on any metric
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: