Closed kares closed 3 years ago
potentially related issue: https://github.com/logstash-plugins/logstash-input-tcp/issues/164
plugin does assume all traffic arriving is one to receive data from, which is legit but potentially can be improved to detect tcp pings.
@kares Could you make it a feature request?
currently when doing health-checks (e.g. when behind HAProxy) against the port the plugin will log the connection reset:
plugin does assume all traffic arriving is one to receive data from, which is legit but potentially can be improved to detect tcp pings.
we should review logging to not log resets at the error level -
warn
/info
level should be sufficient (more details indebug
).