-
Notifications
You must be signed in to change notification settings - Fork 6
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
Allow client Faraday adapter to be configured via the 'elastic.yml' file #5
Comments
elastic.yml
file
elastic.yml
file
Hi! i'm working on this and some test are failing, any idea why?
|
Hi!, thanks for looking into this... Are running the tests against elasticsearch 2.4 or higher?? that might be the problem, try with elasticsarch 1.7. Also be sure to run the tests with |
Thanks @blackjid, installing elasticsearch 1.4 solves the problem. |
👍 great!, that's the next step, to upgrade our elasticsearch support to the newer versions... |
I'll collaborate :) |
Currently only the
host
andport
are configurable. We should add support for more options, like the Faradayadapter
(all available options can be seen here: https://github.com/elastic/elasticsearch-ruby/blob/master/elasticsearch-transport/lib/elasticsearch/transport/client.rb).I propose adding the
adapter
option to theConfiguration
class.The text was updated successfully, but these errors were encountered: