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] Index Pattern Filtering when searching in Dashboards #5533

Closed
edha84564 opened this issue Nov 22, 2023 · 1 comment · Fixed by #5484
Closed

[BUG] Index Pattern Filtering when searching in Dashboards #5533

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

Comments

@edha84564
Copy link

Describe the bug

In OpenSearch v2.9, when searching for an index pattern under Discover, the search results will filter down to only the relevant matches whilst highlighting the text in bold. In OpenSearch v2.11 the search result does not filter down at all. It simply highlights the text in bold. This is cumbersome for users that have many index patterns.

To Reproduce
Steps to reproduce the behavior:

  1. Go to OpenSearch Dashboard
  2. Click on "Discover"
  3. In the top left, search for an index pattern
  4. Observe how the search results are filtered
  5. Compare this for v2.9 and v2.11

Expected behavior
In v2.9 search results are filtered showing only the relevant matches. This is the expected behavior. Not the case in v2.11

OpenSearch Version
Opensearch v2.9
Opensearch v2.11

https://docs.aws.amazon.com/opensearch-service/latest/developerguide/what-is.html#choosing-version

Dashboards Version
Dashboard v 2.9.0
Dashboard v 2.11.0

Plugins

Query Workbench
Reporting
Anomaly Detection
Maps
Security Analytics
Search Relevance
Machine Learning

These plugins are part of Amazon OpenSearch Service

Screenshots

2 9
2 11

Host/Environment (please complete the following information):
Amazon OpenSearch Service. Default cluster settings.

@edha84564 edha84564 added bug Something isn't working untriaged labels Nov 22, 2023
@kavilla kavilla linked a pull request Nov 22, 2023 that will close this issue
7 tasks
@kavilla kavilla removed the untriaged label Nov 22, 2023
@kavilla
Copy link
Member

kavilla commented Nov 22, 2023

cc: @mengweieric

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 <[email protected]>
(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 <[email protected]>
(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 <[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>
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 <[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>
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