-
Notifications
You must be signed in to change notification settings - Fork 920
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] Discover page hang forever when no index pattern #7626
Comments
I noticed this as well with the recommended docker-compose.yml from https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker/. When I replaced the latest tag with 2.15.0 the Discover page works as expected. So it seems this is a bug introduced in 2.16.0. |
Also seeing this using 2.16.0. Reverted to 2.15.0 and it worked. |
OpenSearch Dashboards 2.16.0 discover page hangs after initial deployment due to an upstream bug [1]. This change fixes the issue by pinning OpenSearch Dashboards to 2.15. Note that it seemed safer not to pin OpenSearch to fix this issue, to avoid breaking deployments that have already deployed 2.16. [1] opensearch-project/OpenSearch-Dashboards#7626 Closes-Bug: #2077319 Change-Id: I0de9928b2657ab5f31580325e866bff28f2b5510
* Update kolla from branch 'master' to c4b12b1ace851b719d63d696ae6a221d535876fb - Merge "Pin OpenSearch Dashboards to 2.15" - Pin OpenSearch Dashboards to 2.15 OpenSearch Dashboards 2.16.0 discover page hangs after initial deployment due to an upstream bug [1]. This change fixes the issue by pinning OpenSearch Dashboards to 2.15. Note that it seemed safer not to pin OpenSearch to fix this issue, to avoid breaking deployments that have already deployed 2.16. [1] opensearch-project/OpenSearch-Dashboards#7626 Closes-Bug: #2077319 Change-Id: I0de9928b2657ab5f31580325e866bff28f2b5510
We're running into this on a fresh deploy of 2.16.0 as well. I tried to roll back Dashboards to 2.15.0, but am getting the following error trying to start up Dashboards:
If anyone has any suggestions, I'm all ears. Right now, I'm thinking it's some issue with the Security index, and I'll need to do a full redeploy down to 2.15.0 on the Opensearch nodes as well. Edit: Okay, the issue was Dashboards crashing was actually our OIDC configuration. Proxy support for OIDC was added in 2.16.0, and that's something we use. After disabling OIDC, I was able to back up to 2.15.0, create some Index Patterns, then upgrade back to 2.16.0, and Discover is working! |
Can it be fixed in the next version? |
OpenSearch Dashboards 2.16.0 discover page hangs after initial deployment due to an upstream bug [1]. This change fixes the issue by pinning OpenSearch Dashboards to 2.15. Note that it seemed safer not to pin OpenSearch to fix this issue, to avoid breaking deployments that have already deployed 2.16. [1] opensearch-project/OpenSearch-Dashboards#7626 Closes-Bug: #2077319 Change-Id: I0de9928b2657ab5f31580325e866bff28f2b5510 (cherry picked from commit 3c49991)
OpenSearch Dashboards 2.16.0 discover page hangs after initial deployment due to an upstream bug [1]. This change fixes the issue by pinning OpenSearch Dashboards to 2.15. Note that it seemed safer not to pin OpenSearch to fix this issue, to avoid breaking deployments that have already deployed 2.16. [1] opensearch-project/OpenSearch-Dashboards#7626 Closes-Bug: #2077319 Change-Id: I0de9928b2657ab5f31580325e866bff28f2b5510 (cherry picked from commit 3c49991)
OpenSearch Dashboards 2.16.0 discover page hangs after initial deployment due to an upstream bug [1]. This change fixes the issue by pinning OpenSearch Dashboards to 2.15. Note that it seemed safer not to pin OpenSearch to fix this issue, to avoid breaking deployments that have already deployed 2.16. [1] opensearch-project/OpenSearch-Dashboards#7626 Closes-Bug: #2077319 Change-Id: I0de9928b2657ab5f31580325e866bff28f2b5510 (cherry picked from commit 3c49991)
Describe the bug
when there is no index pattern, the discover page hang for long time and can't render.
To Reproduce
Steps to reproduce the behavior:
http://localhost:5601/app/data-explorer/discover#?_a=(discover:(columns:!(_source),isDirty:!f,sort:!()),metadata:(indexPattern:'',view:discover))&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
Expected behavior
A clear and concise description of what you expected to happen.
OpenSearch Version
main
Dashboards Version
main
Plugins
Please list all plugins currently enabled.
Screenshots
discovery.mov
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: