Keep getting Socket hang up

I keep getting socket hang up. I have all hosts accessible from each other.Telnet works.
Still end up with socket hang up and econnreset

{"type":"log","@timestamp":"2022-02-04T01:40:36Z","tags":["error","elasticsearch","admin"],"pid":28896,"message":"Request complete with error\nGET http://localhost:9200/_nodes?filter_path=nodes.*.version%2Cnodes.*.http.publish_address%2Cnodes.*.ip => socket hang up"}

and

{"type":"log","@timestamp":"2022-02-04T01:40:36Z","tags": "pid":28896,"state":"red","message":"Status changed from red to red - Error: socket hang up","prevState":"red","prevMsg":{"code":"ECONNRESET"}}

Any help is appreciated.

An ECONNRESET usually means one side of the connection has suddenly closed it, e.g. because one end wasn't speaking SSL actually.

For better support, you would need to provide a bit more information. When do these logs appear? What happens when you try to access Kibana in your browser (or even better via curl )?

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