TheDeveloper
TheDeveloper
@mozowski can you check your `options` object? `amazonES` property is deprecated in the latest version. see [readme](https://github.com/TheDeveloper/http-aws-es/blob/f17185ac2e557863e691c62f2992524e5701b4bc/README.md) for instructions
@mozowski thanks. Is that IAM user definitely authorised for es actions? Can you also double check region is being set correctly?
@mozowski thanks for the extra info! That would be the problem. This module only works on Node because it uses AWS.NodeHttpClient, which isn't present on other platforms. Browser compatibility is...
@mozowski unfortunately it's not quite a simple hot-swap, we would need to integrate the XHRClient
@mozowski I've just pushed `4.0.0` to use AWS XHRClient in browser. Let me know if that works for you
@fiskeben thanks for the report. Any chance you can jump into the connector at runtime of your script and see what type `params.body` is around [line 127](https://github.com/TheDeveloper/http-aws-es/blob/f17185ac2e557863e691c62f2992524e5701b4bc/connector.js#L127)? I suspect it...
Ah this is great, thanks. So the body is going missing somehow before retry. While we should try to fix that up, this does seem to be triggered by an...
Hi, I'm looking for maintainers to help with this, if anyone is interested please message me.
@mrn3 It's been a while since I looked into the latest. But there still seems to be demand for this module. Perhaps it's only those who wish to query elasticsearch...
+1 I'm seeing this as well.