-
Notifications
You must be signed in to change notification settings - Fork 885
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] Dev tool console autocomplete suggestion doesn't suggest index name #3515
Comments
I just tried in on playground using Firefox 110 on macOS and it worked. Which browser and OS combo did you use? |
@AMoo-Miki Mac OS + Chrome. I updated the issue description. It's not that all suggestions are failing. Only those require querying OpenSearch is not working. |
Removing |
With #3080, the signature for
As a result, |
@joshuarrrr literally this is not related to multiple datasource, removing the tag |
@zhongnansu I included it because it's on the checklist for #3577. Are you saying it isn't part of the GA scope? If so, let's remove it from that checklist. Should we also remove the |
@joshuarrrr Not part of GA, but it's good to have. Because t's a bug with current dev tool console, not related to any change I made. I am still trying to fix it for 2.7. Added to the meta issue for tracking purpose, but this should have lowest priority, comparing to other task in that list. |
posted PR #3775 to address the issue @joshuarrrr @AMoo-Miki @zengyan-amazon |
I also encounter this issue after upgrading our test cluster from 2.3 to 2.5. And have had contact with AWS support about this issue. We run OS as a manage service on AWS. I have to discuss this internally but this issue might block us from upgrading the other cluster's to 2.5. Our developers expect the auto suggestion to be working, otherwise they might think the indices might not exist. |
@jonkerw85 The linked PR has the fix, which is targeted for the 2.7.0 release. |
fixed by #3775, closing |
Describe the bug
Auto-complete/suggest in dev_tool console has some issues. It doesn't pop up with suggestions for index name, field names, and there's no error message. Note that the endpoint suggestion does work, for example when you type in
_s
, it pops out candidates such as_search
. But any suggestion requires dynamically querying OpenSearch is not working, for example index names suggestion.OpenSearch-Dashboards/src/plugins/console/public/lib/mappings/mappings.js
Line 238 in e871aea
To Reproduce
Go to https://playground.opensearch.org/app/dev_tools#/console and try
Expected behavior
OpenSearch Version
2.6
Dashboards Version
2.6
Plugins
Please list all plugins currently enabled.
Screenshots
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: