Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

ConnectionError(HTTPConnectionPool(host='vpc-*************', port=80) #44

Answered by jertel
benfrench1 asked this question in Q&A
Discussion options

You must be logged in to vote

There's not much to go on from the log, other than obviously it can't connect to ES. I am curious though why you chose port 80. Typically ES is deployed with its REST API available on port 9200, and since port 80 is normally used for user-facing web pages that was a surprise to see. Certainly it will work if your ES cluster is really listening on port 80, so I'm not suggesting it's wrong, but rather atypical.

Also, if your ES cluster is running in the same Kubernetes cluster I would normally have the ES hostname set to something like elasticsearch.svc.cluster.local, assuming the ES chart was setup to use elasticsearch as the service name. If you are running Elasticsearch outside of the K8…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@benfrench1
Comment options

@jertel
Comment options

@benfrench1
Comment options

@jertel
Comment options

@benfrench1
Comment options

Answer selected by jertel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants