Log Forwarding > Network Infrastructure > Check Point Appliance
CHECK POINT APPLIANCE
Instructions for forwarding Check Point Appliance logs to your Log Management device
PREREQUISITES
Check Point running Gaia OS
- The IP Address for the Check Point
- Credentials to access the Check Point appliance
- Secure Shell (SSH) access configured on the Check Point appliance
Clone Systems Log Management Device
- The IP Address for the Clone Systems Log Management device
INSTRUCTIONS
1
Open a command prompt and SSH into the Check Point appliance using a tool like PuTTY.
2
Log into CLISH by entering the Login name and Password and then clicking Enter.
Login name: login name
Password: login password
Click Enter.
3
Add the Clone Systems Log Management device using the add syslog command. Then click Enter to auto save the configuration changes.
HostName> add syslog log-remote-address { IP Address of Clone Systems Log collector } level info
Example: HostName> add syslog log-remote-address 10.1.1.1 level info
Click Enter.
4
Log off the Check Point Appliance by typing exit and then clicking Enter.
HostName> exit