To configure Linux logs please follow the steps:
...
PRE-REQUISITE:-
Importance
Steps of Configuration
Verification
Importance:-
Steps of Configuration:-
- Login as root user on the server
- cd /etc should be the first command ran on server , (to get inside /etc directory)
- ls to check the list , ( similar list will appear)
- vi rsyslog.conf command need to be ran next and enter
- Scan and find the red marked line :
- Once done type the command
*.* @CCE_IP:514
- 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.