February 2020
Intermediate to advanced
666 pages
15h 45m
English
Setting up the server is identical on Ubuntu and CentOS. There's only one minor difference in setting up the clients. For best results, ensure that the server VM and the client VM each have a different hostname:
# Provides TCP syslog reception#module(load="imtcp") # needs to be done just once#input(type="imtcp" port="514")
# Provides TCP syslog receptionmodule(load="imtcp") # needs to be done just onceinput(type="imtcp" port="514")