Add rsyslog remote logging

master
Jeff Moe 6 years ago
parent 3f64721577
commit c3828a0f64

@ -0,0 +1,7 @@
# Add to /etc/rsyslog.d:
# TCP use two @@.
# UDP (use this):
echo "*.* @10.22.22.109:5144;RSYSLOG_SyslogProtocol23Format" > /etc/rsyslog.d/graylog.conf
systemctl restart rsyslog
Loading…
Cancel
Save