-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Parameter in returned response from the AWS Handler #73
Comments
I didn't write the AWS portion of this package, so I'm a bit unclear as to what's needed. Should I be changing the Factory to do something like:
I'm not sure what that value should be. Could you make a PR to fix this? |
Yeah sure, I would love to. |
Hey, they have fixed it on their side 6 days ago. Here The port is the port used to connect to ES. For the AWS case I think it can be inferred from the scheme used. http or https. I can still write the PR if you would like to add it. |
If you think it's necessary now, then a PR would be great. Thanks! |
Closing due to no response. Feel free to re-open or comment if you are still having issues. |
I've Version 4.1.1 of this package with version 7.5 for elasticsearch.
On this line in the Factory a response is returned from the AWS handler. It is missing a property named
primary_port
intransfer_stats
that is required by the elasticsearch library hereFactory.php
Connection.php
Added in this commit
On 2019-09-19
The text was updated successfully, but these errors were encountered: