I tried to use the ES endpoint that the AWS console provided me but got:
Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://xxxxx.us-west-2.es.amazonaws.com:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://xxxxx.us-west-2.es.amazonaws.com:9200/][Manticore::ConnectTimeout] connect timed out"}
I tried to hit the /_cluster/health/ endpoint without the 9200 port and it worked. I passed the ES endpoint without the port but I see it in the logs. Do you know a way to disable this or how can I solve it?
I tried to use the ES endpoint that the AWS console provided me but got:
Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://xxxxx.us-west-2.es.amazonaws.com:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://xxxxx.us-west-2.es.amazonaws.com:9200/][Manticore::ConnectTimeout] connect timed out"}
I tried to hit the
/_cluster/health/
endpoint without the9200
port and it worked. I passed the ES endpoint without the port but I see it in the logs. Do you know a way to disable this or how can I solve it?