Environment
- EDR Server: All Versions
- CB Event Forwarder: All Versions
Symptoms
Cause
- By default, MaxSyslogSenderMessageSize is set to the default value of rsyslog.
Resolution
- Use an editor to modify /etc/cb/cb.conf. Find the following configuration and set the values to 4096. Make sure to remove the comment (#)
MaxSyslogSenderMessageSize=
MaxCbLoggingMessageSize=
- Add the following parameter to the top of the /etc/rsyslog.conf under the "#### Modules ####" section:
$MaxMessageSize 4096
- Restart the Service:
- Syslog
service rsyslog restart
- Event Forwarder
initctl start cb-event-forwarder
initctl stop cb-event-forwarder
- Restart EDR Services - EDR: How to Restart Server Services
Additional Notes
Related Content