We have an Ubuntu server that acts as our syslog server. It is currently ingesting logs from our Centos7 which is our syslog client.
From the syslog server, is there a way to send only the collected logs from Centos7 to another Linux server?
The flow would look like:
Centos7 (syslog client) -> Ubuntu (syslog server - I only want to send logs collected from Centos7) - > Linux server
From the syslog server, is there a way to send only the collected logs from Centos7 to another Linux server?
The flow would look like:
Centos7 (syslog client) -> Ubuntu (syslog server - I only want to send logs collected from Centos7) - > Linux server