Open TomonoriSoejima opened 2 years ago
# Provides UDP syslog reception $ModLoad imudp $UDPServerRun 514
sudo service rsyslog restart
echo hello syslog | nc -v -u localhost 514
grep "hello syslog" /var/log/messages
sudo service rsyslog restart echo hello syslog | nc -v -u localhost 514 grep "hello syslog" /var/log/messages
sudo service rsyslog restart
echo hello syslog | nc -v -u localhost 514
grep "hello syslog" /var/log/messages