http-aws-es icon indicating copy to clipboard operation
http-aws-es copied to clipboard

New client is coming to town

Open delvedor opened this issue 5 years ago • 9 comments

Hello! Thank you for keeping up this work!

We are working on a new JavaScript client for Elasticsearch, and you can find the work in elastic/elasticsearch-js#next, the new client will replace the current one, which will be deprecated. The code has been rewritten from scratch, so your current implementation will not be compatible.

Please let me know if you have any question :)

delvedor avatar Feb 18 '19 08:02 delvedor

😭 @delvedor do you know alternatives?

chanlito avatar Mar 04 '19 07:03 chanlito

just switch to it?

dougmoscrop avatar Mar 15 '19 13:03 dougmoscrop

Is there any update on when this package will move to the new ES client implementation?

dalebulmer avatar May 15 '19 23:05 dalebulmer

To anyone looking for the updated version, here is a sample gist[0] that fit our requirements.

[0] https://gist.github.com/parthdesai93/1bd3a25ad4cf788d49ce4a00a1bb3268

parthdesai93 avatar Jun 12 '19 04:06 parthdesai93

Any updates on this?

marcuslindfeldt avatar Jul 08 '19 09:07 marcuslindfeldt

I'm also interested. Any updates?

wisienka91 avatar Jul 16 '19 09:07 wisienka91

#following

HirenPatel2791 avatar Jul 25 '19 20:07 HirenPatel2791

So, I made a fork and took care of this. https://github.com/compwright/aws-elasticsearch-connector

compwright avatar Aug 17 '19 04:08 compwright

We've released an NPM package that works with @elastic/eleasticsearch and AWS elasticsearch clusters. It signs the requests for AWS and refreshes the credentials when they're about to expire.

https://www.npmjs.com/package/@acuris/aws-es-connection https://github.com/mergermarket/acuris-aws-es-connection

fewstera avatar Sep 11 '19 09:09 fewstera