fluent-plugins-nursery / fluent-plugin-remote_syslog

Fluentd plugin for output to remote syslog serivce (e.g. Papertrail)
https://github.com/dlackty/fluent-plugin-remote_syslog
MIT License
68 stars 53 forks source link

tcp rst problem #39

Open MouceL opened 4 years ago

MouceL commented 4 years ago

My log collection system like this:

fluent => haproxy ==> rsyslog

In my case, haproxy will close the idle connection , 5 minutes after the last message . haproxy send FIN to fluentd actively , and fluentd become close_wait , in this time, fluentd send a message, haproxy will send RST immediately,after this tcp connection is close. The message you just sent is missing.