opensearch-project / opensearch-ruby

Ruby Client for OpenSearch
Apache License 2.0
93 stars 47 forks source link

[FEATURE] Support data stream deletion #174

Open svdasein opened 1 year ago

svdasein commented 1 year ago

It looks like opensearch-ruby doesn't yet have any code to support DELETE _data_stream/

Minus this it seems the only workaround would be to manipulate transport more manually so as to construct the above.

If this isn't there somewhere yet, we need it.

nhtruong commented 1 year ago

Thanks for bringing this up. I've added a new ticket to the API repo regarding this missing API action. We will generate this action with an api generator similar to this one.