-
**What do you want to do?**
- [ ] Request a change to existing documentation
- [ ] Add new documentation
- [X] Report a technical problem with the documentation
- [ ] Other
**Tell us about …
-
**Describe the bug**
We are migrating to OpenSearch and found this strange behavior:
List of Available fields on Discover page is not correctly refreshed after pressing "Refresh" button or applyin…
-
https://github.com/opensearch-project/opensearch-rs/blob/13d0d4b0f91fd2feb4f6b20ce6086545d74798b1/opensearch/src/http/transport.rs#L507
I'm a bit confused that the only existing implementation vend…
-
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Provide signed macOS (X64) artifact for OpenSearch / OpenSearch Dashboards
Describe alternati…
-
**What is the bug?**
These options seems to be ignored
```
opensearch_security.cookie.ttl: 86400000
opensearch_security.session.ttl: 86400000
opensearch_security.session.keepalive: true
```
I h…
-
**What is the bug?**
I am getting an error when trying to use the `client.helpers.bulk` helper.
```
TypeError: Cannot destructure property 'body' of 'undefined' as it is undefined.
at nod…
-
### What is the bug?
I tried to install an OpenSearch cluster with the following OpenSearchISMPolicy but the installation failed with an error.
``` yaml
apiVersion: opensearch.opster.io/v1
kind: O…
-
### Is your feature request related to a problem?
The `OpenSearchAsyncClient` is used to perform a `GetIndicesSettingsRequest` below to retrieve the indices settings for a particular index.
```
C…
-
### Is your feature request related to a problem?
Coming from https://github.com/opensearch-project/opensearch-clients/issues/34. The version should be bumped each time a release is made so that buil…
-
I am using opensearch-java-2.8.0 and trying to set the index block to read_only using the below code.
```
PutIndicesSettingsResponse response = elasticSearchIndicesClient.putSettings(b->b.index(in…