I am connecting filebeat to logstash
Getting below errors
2020-02-11T03:30:44.949+0800 ERROR logstash/async.go:256 Failed to publish events caused by: read tcp 192.168.211.31:48788->192.168.215.31:9999: i/o timeout
2020-02-11T03:30:44.949+0800 DEBUG [transport] transport/client.go:131 closing
2020-02-11T03:30:44.963+0800 DEBUG [logstash] logstash/async.go:159 1 events out of 1 events sent to logstash host 192.168.215.31:9999. Continue sending
2020-02-11T03:30:44.963+0800 DEBUG [logstash] logstash/async.go:116 close connection
2020-02-11T03:30:44.963+0800 DEBUG [logstash] logstash/async.go:116 close connection
2020-02-11T03:30:44.991+0800 ERROR logstash/async.go:256 Failed to publish events caused by: client is not connected
2020-02-11T03:30:46.863+0800 ERROR pipeline/output.go:121 Failed to publish events: client is not connected
As a result, it keep on adding logfile data to elastic search.
Please advise, how to fix the problem