-
I am able to build the query and search via opensearch-py but cannot build the query via django-opensearch-dsl.
Example:
Via opensearch-py:
```
client = OpenSearch(
hosts=[{"host":hos…
-
**Is your feature request related to a problem?**
Users are confused with the many OpenSearch clients. Is opensearch-py-ml one too many?
The dsl client has a [high-level](https://opensearch.org/…
-
As written in the offical page, https://pypi.org/project/opensearch-dsl/ stopped receiving updates, the `opensearch-py` library now implements the same functionality.
- [ ] As such replace usages of …
-
Hi,
I'm using `django-opensearch-dsl` on an app, and I want to limit the authorizations of the connected _app user_ on the OpenSearch server (I'm admin of this server too).
I'ld like to know th…
-
**Is your feature request related to a problem?**
Currently, OpenSearch does not provide a way to perform cross-index or cross-cluster joins using the OpenSearch DSL. This RFC proposes to extend Open…
-
### What are you proposing?
We release several clients today that solves multiple problems, but we dont have detailed information and granular level details about the clients we release, what format …
-
## Description
During the development of the [Comms API](https://github.com/wazuh/wazuh/issues/24305), I've noticed that communicating with the indexer required manipulating requests and responses …
GGP1 updated
2 months ago
-
**Is your feature request related to a problem?**
As part of the OpenSearch standard query DSL a `took` metadata field which counts the amount of time the query executed is returned in the response:
…
-
**What is the bug?**
Currently, in PPL queries without the `HEAD` command being pushed down, the `plugins.query.size_limit` setting is used as the `size` parameter in the OpenSearch DSL within the …
-
### Is your feature request related to a problem? Please describe
Today, OpenSearch supports Grok or [Patterns operator](https://github.com/opensearch-project/sql/blob/cfe38d7d6678dfbd5597f1098a1a4…