Changing Syslog hosts on VYOS - jwells24/Tech-Journal GitHub Wiki
Managing Syslog Hosts on VYOS
- Sometimes, when we change log servers or need to update log settings, we need to change things around on the router. Below is a screenshot of a properly organized syslog configuration on a VYOS router.
-
We can edit these configurations using commands that follow the following structure:
-
set system syslog host 192.168.1.2 facility, format, port
-
Add the setting you need to change to the end of this command, and remember you can remove any syslog hosts by replacing set with delete.