Log message #4157656

# At Username Text
# Jul 10th 2018, 15:09 josbeir see the options array ?
# Jul 10th 2018, 15:09 josbeir check Elastica\Client.php
# Jul 10th 2018, 15:08 josbeir @james.phillips
# Jul 10th 2018, 15:06 romanovich095 With few diferrent requests
# Jul 10th 2018, 15:06 romanovich095 Try to log the $url before the condition
# Jul 10th 2018, 15:05 james.phillips but I cant seem to set url so it always does the else
# Jul 10th 2018, 15:04 james.phillips if (!empty($url)) { $baseUri = $url; } else { $baseUri = $this->_scheme.'://'.$connection->getHost().':'.$connection->getPort().'/'.$connection->getPath(); }
# Jul 10th 2018, 15:04 james.phillips so in ruflin elastic theres
# Jul 10th 2018, 15:03 james.phillips been using this https://book.cakephp.org/3.0/en/elasticsearch.html#
# Jul 10th 2018, 15:03 romanovich095 Can You send me the plugin You use for es?
# Jul 10th 2018, 15:02 james.phillips tried setting port to null and but that errors
# Jul 10th 2018, 15:01 james.phillips im hoping once I update versions of cake and the ES plugin it will be a happy bunny
# Jul 10th 2018, 15:01 james.phillips if I hit the urls in my browser the one without the port pops up a login screen whilst the other goes to sleep
# Jul 10th 2018, 15:00 james.phillips works as https://host-7djrft.api.swiftype.com/api/as/v1/engines/xxxxxx/documents
# Jul 10th 2018, 15:00 james.phillips ES search doesn;t seem to like the port being in the url
# Jul 10th 2018, 14:59 james.phillips meant https://host-7djrft.api.swiftype.com:9200/api/as/v1/engines/xxxxxx/documents
# Jul 10th 2018, 14:59 romanovich095 What does the dd() say?
# Jul 10th 2018, 14:58 romanovich095 Check the url before sending
# Jul 10th 2018, 14:58 james.phillips works if I hard code http://host-7djrft.api.swiftype.com/api/as/v1/engines/rcccccccc/documents/
# Jul 10th 2018, 14:58 james.phillips which ES cloud doesnt seem to like
# Jul 10th 2018, 14:58 james.phillips but it stick port into the middle http://host-7djrft.api.swiftype.com/:9200/api/as/v1/engines/rcccccccc/documents/
# Jul 10th 2018, 14:57 james.phillips i have host and path set
# Jul 10th 2018, 14:56 james.phillips it was putting _all into the url for some reason... and then on the datasource i have:
# Jul 10th 2018, 14:54 james.phillips naa prob my set up is wrong
# Jul 10th 2018, 14:52 josbeir elastica bug?
# Jul 10th 2018, 14:52 josbeir weird
# Jul 10th 2018, 14:51 james.phillips had to hack something thou as it was sticking the port in the middle of the url
# Jul 10th 2018, 14:51 josbeir thats good :slightly_smiling_face:
# Jul 10th 2018, 14:51 james.phillips good point thou!
# Jul 10th 2018, 14:51 james.phillips using trial cloud server....got it to post some data now...so im a bit happoer
# Jul 10th 2018, 14:50 josbeir i feel like you are losing too much time figuring out unrelated stuff before :slightly_smiling_face:
# Jul 10th 2018, 14:49 josbeir you wont get all that auth stuff
# Jul 10th 2018, 14:49 josbeir because i suggest, for randd purposes to just install a local server, its realy easy, unzip and run bin/elasticsearch
# Jul 10th 2018, 14:48 josbeir 6.x ?
# Jul 10th 2018, 14:48 josbeir @james.phillips using local elasticsearch server?
# Jul 10th 2018, 14:37 joopm i see now
# Jul 10th 2018, 14:37 joopm what is gitignore?
# Jul 10th 2018, 14:34 james.phillips fyi 'headers' => ['Authorization' => 'Bearer then api code is needed.
# Jul 10th 2018, 14:32 Martin` https://github.com/cakephp/app/blob/master/.gitignore < there the cake framework will not be pushed to your git
# Jul 10th 2018, 14:32 Martin` I just wanted to say the link
# Jul 10th 2018, 14:32 Martin` :P