You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed that latest client API by Elastic installed via npm install @elastic/elasticsearch does not have connectionClass attribute while creating the client object. This break http-aws-es signing of requests for AWS hosted ES.
Any idea how to support the latest Client API. Is there a fork of this already out there?
Hello All,
Just noticed that latest client API by Elastic installed via
npm install @elastic/elasticsearch
does not haveconnectionClass
attribute while creating the client object. This breakhttp-aws-es
signing of requests for AWS hosted ES.Any idea how to support the latest Client API. Is there a fork of this already out there?
Latest ES Client API: https://github.com/elastic/elasticsearch-js
Though the Readme of this library mentions supporting it - but internally uses the legacy library "elasticsearch" in package.json.
The text was updated successfully, but these errors were encountered: