We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I observed in one of my setup that syslog tcp server thread exited.
I see the following output for "ss -t -a" command, State Recv-Q Send-Q Local Address:Port Peer Address:Port SYN-RECV 0 0 169.254.14.135%if372383026:514 169.254.14.129:43650 SYN-RECV 0 0 169.254.14.135%if372383037:514 10.142.194.8:54013 SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.33:17801 SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.46:22192 SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.45:41966
Local Address - 169.254.14.135%if372383037 is in unusual format, not sure whether this a standard format, can this cause tcp server thread to exit?
Do we need to handle Exception in -
syslog4j-graylog2/src/main/java/org/graylog2/syslog4j/server/impl/net/tcp/TCPNetSyslogServer.java
Line 189 in 374bc20
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I observed in one of my setup that syslog tcp server thread exited.
I see the following output for "ss -t -a" command,
State Recv-Q Send-Q Local Address:Port Peer Address:Port
SYN-RECV 0 0 169.254.14.135%if372383026:514 169.254.14.129:43650
SYN-RECV 0 0 169.254.14.135%if372383037:514 10.142.194.8:54013
SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.33:17801
SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.46:22192
SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.45:41966
Local Address - 169.254.14.135%if372383037 is in unusual format, not sure whether this a standard format, can this cause tcp server thread to exit?
Do we need to handle Exception in -
syslog4j-graylog2/src/main/java/org/graylog2/syslog4j/server/impl/net/tcp/TCPNetSyslogServer.java
Line 189 in 374bc20
Thank you.
The text was updated successfully, but these errors were encountered: