opensearch-project / opensearch-js

Node.js Client for OpenSearch
https://opensearch.org/docs/latest/clients/javascript/
Apache License 2.0
188 stars 122 forks source link

[FEATURE] Support lifecycle management #190

Open jsinai opened 3 years ago

jsinai commented 3 years ago

It would be convenient if the JavaScript client supports lifecycle methods, similar to the Elastic client:

https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html#_ilm_putlifecycle

At present, we have to use separate code for API calls not supported by the client.

wbeckler commented 1 year ago

This would be worthwhile. If someone wants to contribute a PR, go for it.