The docker contains a running logstash agent. The docker is collecting data from Fortigate firwall (using syslog) and sends the log data to Bridgecrew cloud in an encrypted secured manner.
The installation includes 2 steps:
connect to fortigate console and run the following command:
config log syslogd setting
set status enable
set server [IP of the server with the docker]
set reliable UDP
set port 9910
set csv enable
set facility local7
end
The port 9910 (UDP) must be open to the fortigate host (listening port).
Verify that iptables is configured to allow incoming traffic on port 9910.
docker infodocker run -d -p 9910:9910/udp -e BC_CUSTOMER_NAME=[REPLACE_WITH_CUSTOMER_NAME] -e BC_API_TOKEN=[REPLACE_WITH_API_TOKEN] -e BC_URL="https://www.bridgecrew.cloud/api/v1/integrations/logstash" bridgecrew/syslog-integration
The server needs to be able to connect our DNS (https://www.bridgecrew.cloud) with 443 port.
AWS Regions and IP Address Ranges . (us-west-2: 54.70.204.128/27)
Content type
Image
Digest
Size
352.6 MB
Last updated
almost 7 years ago
docker pull bridgecrew/syslog-integration