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
Aparently with this change the base env should be changed too. Otherwise the ELASTICSEARCH_HOST is being sent but in the wrong variable:
Faraday::ConnectionFailed: Failed to open TCP connection to elasticsearch:9200 (getaddrinfo: Name or service not known) (Faraday::ConnectionFailed)
The text was updated successfully, but these errors were encountered:
@ghassanmas can you look at this?
Sorry, something went wrong.
fix: elastic search variable name resolves #50
2b43fd6
Thank you for the catch! I created #51 to reoslve, by the way, were you installing from the master branch?
master
Hi @ghassanmas, i was installing from sumac for testing purposes of the new release.
sumac
No branches or pull requests
Description
Aparently with this change the base env should be changed too. Otherwise the ELASTICSEARCH_HOST is being sent but in the wrong variable:
Faraday::ConnectionFailed: Failed to open TCP connection to elasticsearch:9200 (getaddrinfo: Name or service not known) (Faraday::ConnectionFailed)
The text was updated successfully, but these errors were encountered: