To configure Linux logs please follow the steps:
- Open file vi /etc/rsyslog.conf file
- Configure CCE-IP at the end of file:
#*.* @@remote-host:514
# ### end of the forwarding rule ###
*.* @CCE_IP:514
- Restart rsyslog service .
- Run the command : service rsyslog restart.