Hi
I have these error messages in logstash logs:
[2023-10-15T08:01:31,446][WARN ][logstash.outputs.elasticsearch] Marking url as dead. Last error: [LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError] Elasticsearch Unreachable: [htt
ps://***.us-east-1.es.amazonaws.com:443/][Manticore::SocketTimeout] Read timed out {:url=>https://***.us
-east-1.es.amazonaws.com:443/, :error_message=>"Elasticsearch Unreachable: [https://***.us-east-1.es.amazonaws.com:443/][Manticore::SocketTimeout] Read ti
med out", :error_class=>"LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError"}
[2023-10-15T08:01:31,446][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://***.us-east-1.es.amazonaws.com:443/][Manticore::SocketTimeout] Read timed out", :class=>"LogStash::Outputs::ElasticSearch::HttpClient::
Pool::HostUnreachableError", :will_retry_in_seconds=>2}
[2023-10-15T08:01:32,221][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"https://***.us-east-1.es.amazonaws.com:443/"}
everything was working fine and suddenly these messages started appearing in the logs.
I'm using the AWS OpenSearch service, and its status is green and it's accessible from the losstash pods.
I have checked this thread and tried to use amazon_es plugin and I got the same error message,