We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using laravel 5.1. The app is hosted on an EC2 instance and doing a cURL request from there returns a response:
$ curl search-instance-name-912ec803b2ce49.us-east-1.es.amazonaws.com { "name" : "Agent Axis", "cluster_name" : 1234567890:instance-name", "version" : { "number" : "2.3.2", "build_hash" : "0ab538e92c6db78d10b1694e645f3625", "build_timestamp" : "2016-11-14T15:59:50Z", "build_snapshot" : false, "lucene_version" : "5.5.0" }, "tagline" : "You Know, for Search" }
But when running the code below (from a Console command) I get a Elasticsearch\Common\Exceptions\NoNodesAvailableException exception thrown
Elasticsearch\Common\Exceptions\NoNodesAvailableException
$products = Products::addAllToIndex(); $files = File::addAllToIndex();
Here is a gist of the exception stack trace incase it helps: https://gist.github.com/zakiaziz/1fa94f9c3f504a5a9bc756ebd96f9065
I've also tried changing my host to https://search-instance-name-912ec803b2ce49.us-east-1.es.amazonaws.com:443 but no luck
https://search-instance-name-912ec803b2ce49.us-east-1.es.amazonaws.com:443
The text was updated successfully, but these errors were encountered:
For the moment, check this out:
#98
Sorry, something went wrong.
No branches or pull requests
I'm using laravel 5.1. The app is hosted on an EC2 instance and doing a cURL request from there returns a response:
But when running the code below (from a Console command) I get a
Elasticsearch\Common\Exceptions\NoNodesAvailableException
exception thrownHere is a gist of the exception stack trace incase it helps: https://gist.github.com/zakiaziz/1fa94f9c3f504a5a9bc756ebd96f9065
I've also tried changing my host to
https://search-instance-name-912ec803b2ce49.us-east-1.es.amazonaws.com:443
but no luckThe text was updated successfully, but these errors were encountered: