filebeat 5.2.2
pertinent part of the config:
...
output.logstash:
hosts: ["ps-dev-elk.domain.com:5044"]
ssl.certificate_authorities: ["/etc/pki/tls/certs/filebeat.crt"]
timeout: 30
...
logs seem to be flowing fine from this node to our logstash server however I'm frequently seeing errors like this in the filebeat log:
2017-03-21T21:34:35Z INFO Error publishing events (retrying): write tcp 10.140.50.31:51212->10.140.40.206:5044: write: connection reset by peer
and I'm not seeing any matching errors or issues in the logs on the logstash server. What might be causing this?