uncategorized

Send EdgeRouter Lite Logs Using a Custom Port and Protocol

Further details for configuring rsyslog can be found here:

http://www.rsyslog.com/sending-messages-to-a-remote-syslog-server/
https://www.loggly.com/docs/rsyslog-manual-configuration/

Configure rsyslog on EdgeRouter Lite

sudo vi /etc/rsyslog.d/vyatta-log.conf

@ denotes protocol

@=udp

@@=tcp

:port

*.info  @10.0.1.29:4514
*.notice;local7.* -/var/log/messages

Restart the rsyslogd daemon

sudo service rsyslog restart