OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

πŸ”Ž Open source distributed and RESTful search engine.

Results 885 OpenSearch issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Elasticsearch 7.10.2 which OpenSearch forked has a known issue about snapshot and restore: https://www.elastic.co/guide/en/elasticsearch/reference/7.10/release-notes-7.10.2.html#known-issues-7.10.2 > If an index is deleted while the cluster is concurrently taking more...

bug
distributed framework

**Describe the bug** OpenSearch stops allocating any shards to nodes that have breached Low Disk Watermark. If a scenario arises that all the nodes in the cluster breached low disk...

enhancement
discuss
Indexing & Search
distributed framework

*Is your feature request related to a problem? Please describe.* Whenever 4xx or 5xx errors occur for any API call, we don’t have way to know what number of errors...

enhancement

**Is your feature request related to a problem? Please describe.** Current `_bulk` indexing API places a [high configuration burden](https://www.elastic.co/guide/en/elasticsearch/reference/current/tune-for-indexing-speed.html#multiple-workers-threads) on users today to avoid `RejectedExecutionException` due to `TOO_MANY_REQUESTS`. This forces...

discuss
feature
Indexing & Search
RFC

This is a more specific plan expanding on the ideas introduced in the [High Level Vision for Storage](https://github.com/opensearch-project/OpenSearch/issues/2578) issue. The goal of this plan is to have a place to...

enhancement
discuss
Search:Remote Search
Search:Searchable Snapshots

Hello ### docker image : opensearchproject/opensearch:2.1.0 **Description of the problem :** i try to send email over TLS with differents settings: _1. with truststore_ plugins.security.ssl.transport.truststore_type: JKS plugins.security.ssl.transport.truststore_filepath: truststore.jks plugins.security.ssl.transport.truststore_password: ******...

bug
security
Plugins

Add the framework support for OpenSearch SDK to interface with extension points. ### Issues #### Steps to deliver extensions framework [P0] - [x] Discover Extensions: #1972 - [x] Add communication...

Build Libraries & Interfaces
Meta

**Is your feature request related to a problem? Please describe.** We limit suggesters Search Query to the shard level metrics only and not at index level. The tf, df stats...

enhancement
Indexing & Search

TBD **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...

enhancement
distributed framework

**Is your feature request related to a problem? Please describe.** During the current replica recovery process, the high level flow goes like this - ![image](https://user-images.githubusercontent.com/9309003/190408529-10debee2-2e87-4944-8713-73d1fe8c9e76.png) and then ![image](https://user-images.githubusercontent.com/9309003/190409076-ea32dfea-f37f-42f2-9f0d-104326d45f4a.png) With the...

enhancement
distributed framework