Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
**Is your feature request related to a problem? Please describe.** Coming from https://github.com/opensearch-project/logstash-output-opensearch/issues/227 and https://github.com/opensearch-project/logstash-output-opensearch/issues/249 the error in the output is not helpful. ``` [Ruby-0-Thread-10: /usr/share/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-opensearch-2.0.2-java/lib/logstash/plugin_mixins/opensearch/common.rb:77] opensearch - Failed to...
### Did you read the on-boarding document In https://github.com/opensearch-project/logstash-output-opensearch/issues/208 we decided to discontinue the docker distribution of logstash-oss-with-opensearch-output-plugin. However, coming from https://github.com/opensearch-project/logstash-output-opensearch/issues/228#issuecomment-1719180937, we are asking to reverse this decision and...
**Is your feature request related to a problem? Please describe.** Logstash has a concept of an offline distribution with dependent gems. Release the output of that when a new version...
**Is your feature request related to a problem? Please describe.** Coming from https://github.com/opensearch-project/opensearch-py/issues/446, we are seeing that at least the Python client may be a bottleneck for data ingestion. We...
**Is your feature request related to a problem? Please describe.** In https://github.com/opensearch-project/OpenSearch/pull/9403 a bug was fixed that caused native memory to increase in certain circumstances. **Describe the solution you'd like**...
## What/Why ### What are you proposing? In https://github.com/opensearch-project/OpenSearch/issues/9496 we are discussing whether to package or not package jemalloc in the distribution. Either way we want to know the performance...
**Is your feature request related to a problem?** I've tried using various databases (Pinecone, Vespa, Weaviate, and Qdrant, and of course OpenSearch) for rudimentary vector search with a pure Python...
**Is your feature request related to a problem?** I've tried using various databases (Pinecone, Vespa, Weaviate, and Qdrant, and of course OpenSearch) for rudimentary vector search with a pure Python...
## What/Why ### What are you proposing? Release 2.10.2 with https://github.com/opensearch-project/opensearch-java/pull/965. ### What users have asked for this feature? See #960.
## What/Why ### What are you proposing? Reduce the amount of code one needs to write to connect to OpenSearch with `ApacheHttpClient5TransportBuilder`. Instead of ```kotlin val host = org.apache.hc.core5.http.HttpHost.create(endpoint) transport...