opensearch-project / opensearch-clients

For all things about OpenSearch clients.
Apache License 2.0
9 stars 10 forks source link

[PROPOSAL] Support OpenSearch Serverless #44

Closed dblock closed 1 year ago

dblock commented 1 year ago

What/Why

What are you proposing?

Amazon OpenSearch serverless was announced in 2022.

What problems are you trying to solve?

Not all clients seem to work out of the box.

Are there any breaking changes to the API

OpenSearch Serverless has some differences. The first one is that / returns a 404 (info doesn't exist).

What is the user experience going to be?

Why should it be built? Any reason not to?

Clients already support Sigv4, most should (almost) work.

dblock commented 1 year ago

Closing this, decided not to include logstash-output-opensearch in the list of "clients".