You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the image tags to '2.11.1' for nodes and dashboard services. image: opensearchproject/opensearch:latest
to image: opensearchproject/opensearch:2.11.1
Once the new cluster is up create three index patterns:
*
security*
security-audit*
Navigate to discover and search for 'audit'. Note the other two entries remain visible despite no match.
Expected Behavior
When text is entered into the index patterns drop-down the list should filter out index patterns with no partial match.
In our environment we have hundreds of index patterns. It is unusable for our users to scroll through so many entries without filtering.
Env Details
OpenSearch Version
2.11.1
Dashboards Version
2.11.1
Host Information:
OS: CentOS 7
Browsers:
Chrome 121.0.6167.86
FireFox 122.0
The text was updated successfully, but these errors were encountered:
Background
This issue was first identified on version 2.11.0 and was resolved on PR 5484. The fix was back-ported to 2.11, however the issue persists.
Steps to Reproduce
I am able to reproduce this issue on https://playground.opensearch.org/app/data-explorer/discover as well as from a new cluster created via docker-compose.
To reproduce the issue on playground.opensearch.org:
To reproduce the issue via docker-compose:
Start with the sample docker-compose.yml found at https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker/#sample-docker-composeyml
Update the image tags to '2.11.1' for nodes and dashboard services.
image: opensearchproject/opensearch:latest
to
image: opensearchproject/opensearch:2.11.1
Once the new cluster is up create three index patterns:
Expected Behavior
When text is entered into the index patterns drop-down the list should filter out index patterns with no partial match.
In our environment we have hundreds of index patterns. It is unusable for our users to scroll through so many entries without filtering.
Env Details
OpenSearch Version
2.11.1
Dashboards Version
2.11.1
Host Information:
OS: CentOS 7
Browsers:
Chrome 121.0.6167.86
FireFox 122.0
The text was updated successfully, but these errors were encountered: