Attempted to resurrect connection to dead ES instance

Hi
I am using Logstash and ES in same server
When I am sending data to ES using logstash
I am getting below error message
[2021-01-21T23:59:13,249][WARN ][logstash.outputs.elasticsearch][logstashmetricbeat] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elastic:xxxxxx@dev-abc-xxx.com:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elastic:xxxxxx@dev-abc-xxx.com:9200/][Manticore::ClientProtocolException] dev-abc-xxx.com:9200 failed to respond"}
I tried giving IP address, localhost instead of but no luck

Thanks in advance

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