I was sending events to a syslog-ng server with the following config
source s_test { syslog( transport(tcp) port());};
I introduced Stream, and now I’m not seeing those logs on our syslog-ng server. Instead, I’m seeing this:
Invalid frame header; header=‘’
syslog-ngy3025832]: Syslog connection closed; fd=‘12’, client=‘AF_INET(10.1.80.158:12506)’, local=‘AF_INET(0.0.0.0:23514)’
How can I fix this?