How do you ingest Fortinet Firewall logs in SO 2.4? #11321
-
Hi there, I'm looking to ingest Fortinet Firewall (firmware 7.4.0) logs as I did in SO 2.3 (just reading documentation), but I have problems with it in SO 2.4 because I could not find where filebeat modules can be configured. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Are you looking to send Fortinet firewall logs via syslog? Have you looked at the Fortigate integration? Also see: |
Beta Was this translation helpful? Give feedback.
Hi. I was offline somedays. I finally achieved logs ingest. I did exactly what you said above and observed that logs were arriving to the port 9004. So then I inspected firewall config and released that I only allowed my FortiGate IP and port in the DOCKER-USER and didn't allowe it in the INPUT field. After allowing both options the logs have started to appear.
P.S. If someone has the same problem be careful with the FortiGate's IP that you allow in SO firewall because if you use Virtual Domains in FortiGate you have to consider internal routing so the IP that send logs can be different to expected.
@dougburks Thank you!!!