Configuring Your FireEye System for Communication with JSA
To enable FireEye to communicate with JSA, configure your FireEye appliance to forward syslog events.
- Log in to the FireEye appliance by using the CLI.
- To activate configuration mode, type the following commands:
enable
configure terminal
- To enable rsyslog notifications, type the following command:
fenotify rsyslog enable
- To add JSA as an rsyslog notification consumer,
type the following command:
fenotify rsyslog trap-sink JSA
- To specify the IP address for the JSA system
that you want to receive rsyslog trap-sink notifications, type the
following command:
fenotify rsyslog trap-sink JSA address <JSA_IP_address>
- To define the rsyslog event format, type the following
command:
fenotify rsyslog trap-sink JSA prefer message format leef
- To save the configuration changes to the FireEye appliance,
type the following command:
write memory