I have encountered a very frustrating error and I don't manage to resolve it.
I am trying to stream data with Logstash from SQL Server to ES, but I am getting the following error:
Attempted to send a bulk request to elasticsearch' but Elasticsearch appears to be unreachable or down! {:error_message=>"Elasticsearch Unreachable: Elasticsearch appears to be unreachable or down
Notes:
- I have noticed that the error, usually, occurs not immediately but after some time (can be even hours), which in it the streaming works.
- The cluster's structure consists of 3 ES servers.
- Seemingly, the error mentioned above occurs randomly in one of the 3 servers of the cluster.
Could anyone please help me in this matter?
Thanks!