opensearch-go icon indicating copy to clipboard operation
opensearch-go copied to clipboard

Go Client for OpenSearch

Results 30 opensearch-go issues
Sort by recently updated
recently updated
newest added

## What/Why ### What are you proposing? _Analyze overall code quality in the automated pipeline._ ### What problems are you trying to solve? _When make PR pull , a contributors...

enhancement
good first issue

Coming from https://github.com/opensearch-project/opensearch-clients/issues/59, run tests on a cron basis to catch failures early.

enhancement

### Is your feature request related to a problem? Previously we had been using https://github.com/olivere/elastic in our go service but as it is deprecated we started looking at switching to...

enhancement

### Is your feature request related to a problem? Related to https://github.com/opensearch-project/opensearch-clients/issues/19 ### What solution would you like? Re-use the generator that generates API Code that maintains backwards compatibility with...

enhancement
help wanted

### Is your feature request related to a problem? _A clear and concise description of what the problem is, e.g. I'm always frustrated when [...]._ ### What solution would you...

enhancement
question

Setup code coverage, once reporting from CI/CD analyze the test gap and fill it. See the meta issue https://github.com/opensearch-project/opensearch-clients/issues/30 for details.

### 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 builds happen for new changes...

enhancement

### Is your feature request related to a problem? We test our clients for Linux platform but we do not know if these clients work smoothly on platforms like windows/mac...

enhancement

### What is the bug? I'm attempting to marshal a json file containing an ISM policy into the [ism.Policy](https://github.com/opensearch-project/opensearch-go/blob/main/plugins/ism/api_policies.go#L62) struct. The documentation for the [allocation action](https://opensearch.org/docs/latest/im-plugin/ism/policies/#allocation) specifies that the `require`...

bug
untriaged

### Is your feature request related to a problem? For example the SnapshotGetResp struct has a field named Snapshots which is an array of struct. I want to write a...

enhancement