-
Notifications
You must be signed in to change notification settings - Fork 968
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] Can't filter index patterns in the "Discover" page #5499
Labels
bug
Something isn't working
Comments
Hello @renkai95, Thank you for opening, looks like we have a current draft PR to resolve: cc: @mengweieric |
7 tasks
kavilla
pushed a commit
that referenced
this issue
Nov 29, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Nov 29, 2023
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 <menwe@amazon.com> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Nov 29, 2023
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 <menwe@amazon.com> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ashwin-pc
pushed a commit
that referenced
this issue
Nov 30, 2023
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 <menwe@amazon.com> 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>
ananzh
pushed a commit
that referenced
this issue
Dec 13, 2023
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 <menwe@amazon.com> 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In the previous versions of the discover page, you could filter index patterns when typing to change the selected index pattern. This is no longer possible in 2.11, as all index patterns remain when trying to filter them out. This poses a problem for large projects with many index patterns, as you have to scroll far to find what you need.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Non-relavant index patterns should be filtered out when typing
OpenSearch Version
2.11
Dashboards Version
Please list the version of OpenSearch Dashboards being used.
(Unknown, using the latest 2.11 version of Opensearch AWS provides, with OpenSearch_2_11_R20231113 this service version)
Plugins
none
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
none
The text was updated successfully, but these errors were encountered: