-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Opensearch Dashboards getting 500 internal server error while fetching search aggregation data #8115
Comments
manasvinibs
changed the title
[BUG] Opensearch Dashboards getting 500 internal server error while fetching search pipeline data
[BUG] Opensearch Dashboards getting 500 internal server error while fetching search aggregation data
Jun 16, 2023
What is the request being sent from OpenSearch Dashboards to OpenSearch? This is an exception being thrown by OpenSearch in response to a specific request. With that request, it will be easier to determine why OpenSearch is throwing an exception. |
Request payload
|
This is the error from OS side
|
If we add some logs below, we could see aggList is 0
|
8 tasks
6 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Referring to the below commit which is making version specific changes to 2.8.0. Looks like for Dashboards versions above 2.8.0, this is a breaking change. Currently, we are seeing functional test failures which might be related to this on both windows and linux while running on main (3.0.0) version. We don't see this issue in our 2.x branch (which is currently not bumped to 2.8.1 yet).
#7514
To Reproduce
Steps to reproduce the behavior:
We can reproduce the error in local with sample flight test data and load the Dashboard page.
Expected behavior
Dashboards should be able to consume search pipeline API response without any issue.
Opensearch Dashboards version > 2.8.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: