I juste update to the latest rolling release this morning, the remote syslog is not working anymore.
The is the configuration:
vyos@shieldgate# show system syslog
global {
facility all {
level info
}
facility local7 {
level debug
}
}
host 10.5.0.20 {
facility all {
level all
}
port 10513
protocol tcp
}
And the syslog coniguration file:
vyos@shieldgate# cat /etc/rsyslog.d/00-vyos.conf
vyos@shieldgate# set system syslog global facility local7 level debug
vyos@shieldgate# set system syslog host 10.5.0.50
vyos@shieldgate# set system syslog host 10.5.0.50 port 10513
vyos@shieldgate# set system syslog host 10.5.0.50 protocol tcp
vyos@shieldgate# set system syslog host 10.5.0.50 facility all level all
vyos@shieldgate# commit
vyos@shieldgate# cat /etc/rsyslog.d/00-vyos.conf