Installing Syslog NG Daemon as a Forwarding Agent
To collect CloudWatch events, you must configure Syslog NG Daemon smartconnector as a forwarding agent.
- Launch the EC2 Instance in a public subnet and a private subnet.
-
Launch a terminal emulator, the log in to the public EC2 instance using the key.
-
Upload the key of the private EC2 instance to the public EC2 instance.
-
From the public EC2 instance, run the following command:
chmod 600 testprivate.pem -
SSH to the private instance using the following command:
ssh ec2-user@private-ip-address -itestprivate.pem -
Using an appropriate terminal emulator, upload the Syslog NG Daemon installer to public EC2 instance.
-
Use the following command to copy the Syslog NG Daemon installer to the private EC2 instance:
scp -i testprivate.pem ArcSight-<versionnumber>.0-Connector-Linux64.bin ec2-user@private-ip-address:/home/ec2-user/. -
Install and configure the Syslog NG Daemon SmartConnector in the private instance.
-
Select 1.0 as the CEF File version.
-
Configure the protocol as default TLS.
-
Configure the port.
-
Select CSV File or CEF File as the destination. If you use any ArcSight product such as Logger or ESM, select the destination appropriately.
Note: To emit the Avro output, select Transformation Hub as the destination. -
Run the SmartConnector as a standalone process or as a service.
-
Upload the
<ARCSIGHT_HOME>/current/user/agent/remote_management.p12certificate to the /certs folder in the S3 bucket.