Skip to content
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

Closed
renkai95 opened this issue Nov 17, 2023 · 1 comment · Fixed by #5484
Closed

[BUG] Can't filter index patterns in the "Discover" page #5499

renkai95 opened this issue Nov 17, 2023 · 1 comment · Fixed by #5484
Labels
bug Something isn't working

Comments

@renkai95
Copy link

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:

  1. Go to the "Discover" page under Opensearch Dashboards
  2. Click "Select a Datasource" and type in the name of an index pattern

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):

  • OS: Amazon hosted Opensearch
  • Chrome

Additional context

none

@renkai95 renkai95 added bug Something isn't working untriaged labels Nov 17, 2023
@kavilla
Copy link
Member

kavilla commented Nov 21, 2023

Hello @renkai95,

Thank you for opening, looks like we have a current draft PR to resolve:
#5484

cc: @mengweieric

@kavilla kavilla removed the untriaged label Nov 21, 2023
@kavilla kavilla linked a pull request Nov 21, 2023 that will close this issue
7 tasks
kavilla 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>
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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants