-
Notifications
You must be signed in to change notification settings - Fork 916
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 Tab Search doesn't work #5468
Comments
Thanks Liam for pointing this out. |
Were able to reproduce this bug. And there is another issue opened that is related to this: #5319 This bug seems to be caused by this commit 1e980fa. After removing the commit, the search functionality works fine. @AMoo-Miki @kavilla This commit also adds two extra white line to the bottom of the drop down list which looks buggy. Could you take a look at this bug? @mengweieric |
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 Signed-off-by: Eric <[email protected]>
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 Signed-off-by: Eric <[email protected]> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 Signed-off-by: Eric <[email protected]> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 (cherry picked from commit dadfefa) Signed-off-by: Eric <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 (cherry picked from commit dadfefa) Signed-off-by: Eric <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Describe the bug
In the Discovery tab of the new 2.11 Dashboards the index pattern search bar doesn't work. I tested it on a colleague's MacOS Sonoma and it also didn't work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Usually it should filter the index patterns so that only the ones are visible that match my search.
OpenSearch Version
2.11.0
Dashboards Version
2.11.0
Plugins
I used the default docker-compose from the quickstart with no plugin modifications so to my understanding it has the Security plugin and I don't know what else
Screenshots
searchvideo.mp4
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: