-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
go-audit process dies frequently on a busy system #25
Comments
|
thanks a lot, trying with these options. network: udp |
unfortunatly died again with the same error message, cleared up error log and started, will get more info on next failure. |
That would be because you are still using a datagram transport mode. If you use tcp or a unix domain socket in stream mode you will remove the transit size limit. |
Thanks, I have turned on TCP reception on that server and update go-audit.yaml, things are looks good so far. |
we have minimised logging on that server, so far things looks good. |
Description
Hi,
go-audit process dies frequently on a server which is too busy. it work as expected on rest of the servers. so far I have increased socket buffer receive 16384 x 3 with no luck. can you help us out on this?
Failed to write message, retrying in 1 second. Error: write unixgram @->/dev/log: write: message too long
Failed to write message, retrying in 1 second. Error: write unixgram @->/dev/log: write: message too long
Failed to write message, retrying in 1 second. Error: write unixgram @->/dev/log: write: message too long
Failed to write message, retrying in 1 second. Error: write unixgram @->/dev/log: write: message too long
Failed to write message, retrying in 1 second. Error: write unixgram @->/dev/log: write: message too long
Failed to write message. Error: write unixgram @->/dev/log: write: message too long
rsyslog is allowing message size $MaxMessageSize 20k
Reproducible in:
go-audit
version: current versionOS version(s):Amazon Linux AMI release 2016.09
The text was updated successfully, but these errors were encountered: