Edit the rsyslog file
sudo vi /etc/rsyslog.conf
add the following in. Change out the IP address for your remote syslog server IP address.
## rsyslog Server *.* @10.0.10.5:514
Restart the rsyslog service and check your remote log server.
systemctl restart rsyslog