OpenSearch
OpenSearch copied to clipboard
π Open source distributed and RESTful search engine.
Deleting an index during concurrent taking of more than one snapshot causes future restore to fail
**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...
**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...
*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...
**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...
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...
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: ******...
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...
**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...
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...
**Is your feature request related to a problem? Please describe.** During the current replica recovery process, the high level flow goes like this -  and then  With the...