Checked all the existing threads couldn't help any.
[2019-06-17T02:23:50,125][WARN ][logstash.outputs.elasticsearch] Marking url as dead. Last error: [LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError] Elasticsearch Unreachable: [https://NONE:xxxxxx@localhost:9200/][Manticore::SocketTimeout] Read timed out {:url=>https://NONE:xxxxxx@localhost:9200/, :error_message=>"Elasticsearch Unreachable: [https://NONE:xxxxxx@localhost:9200/][Manticore::SocketTimeout] Read timed out", :error_class=>"LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError"}
[2019-06-17T02:23:50,126][ERROR][logstash.outputs.elasticsearch] Attempted to send a bulk request to elasticsearch' but Elasticsearch appears to be unreachable or down! {:error_message=>"Elasticsearch Unreachable: [https://NONE:xxxxxx@localhost:9200/][Manticore::SocketTimeout] Read timed out", :class=>"LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError", :will_retry_in_seconds=>2}
[2019-06-17T02:23:51,649][WARN ][logstash.outputs.elasticsearch] UNEXPECTED POOL ERROR {:e=>#<LogStash::Outputs::ElasticSearch::HttpClient::Pool::NoConnectionAvailableError: No Available connections>}
Elastic components version used 5.5.2
There is no any error logs in elasticsearch. It is working fine.
It seems like you are having a problem with your Elasticsearch cluster. What is the size of this cluster? What kind of hardware does it run on? What is the output of the cluster health API?
Cluster seems to be fine only in a healthy state (green status, all shards allocated correctly) .
It is 3 node cluster. It is Amazon AWS setup with below configuration:
Yes, It is somewhat related to that thread, getting the same error with same configurations.
Configurations used:
t2.xlarge instances
Size 300GiB
Volume type: io1 (EBS )
IOPS : 15,000
My further question is, I have used same above configurations on 3 different environments then why it is working fine on one environment and not working in other two environments.
The only difference is one environment is in "US East region" and other two are in "Australia region".
I still recommend switching instance type as I outlined in the other thread and see if this makes a difference. The fact that this works in one place and not another may well be differences in load or usage.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.