Elasticsearch Unreachable: hosted in aws from logstash

Hi,

I am trying to connect to Elastic search hosted in aws from an EC2 instance via logstash getting below error.

[2020-02-23T14:46:08,685][WARN ][logstash.outputs.elasticsearch][main] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"https://abc.es.amazonaws.com:9200/:9200", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [https://abc.es.amazonaws.com:9200/:9200][Manticore::ConnectTimeout] connect timed out"}

FYI: i am able to connect to ES from https from local machine

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.