Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 

 Image Added

  • cd /etc should be the first command ran on server , (to get  inside /etc directory)

Image Added

  • ls to check the list  , ( similar list will appear)

Image Added

  • vi rsyslog.conf  command need to be ran next  and enter

Image Added

  • Scan and  find the red marked line :

Image Added

  • Once done type the command 

                 *.* @CCE_IP:514

Image Added

    • 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.