Modify the /var/ossec/etc/ossec.conf file on your Wazuh server and add the following configuration inside the <ossec_config> tags to listen for syslog messages on TCP port 514:
<remote>
<connection>syslog</connection>
<port>514</port>
<protocol>tcp</protocol>
<allowed-ips>192.168.2.15/24</allowed-ips>
<local_ip>192.168.2.10</local_ip>
</remote>
Instead of sending logs directly to Wazuh, you can configure a centralized syslog server (e.g., rsyslog) on a Linux host with a Wazuh agent. You can refer Wazuh rsyslog configuration documentation for this.
The below link will be helpful for you for performing the configuration on your fortigate device:
There is already a fortinet decoder in wazuh, configure an agent, send from fortinet to the agent and voila
Hi all ,
I'm new to Wazuh SIEM and I want to integrate the firewall logs from FortiGate to Wazuh SIEM , can anyone there for help to integrate Fortinet firewall on wazuh plz help me
--
You received this message because you are subscribed to the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wazuh/c39b4929-ba19-4358-bc72-295f3992a642n%40googlegroups.com.
Fortigate does not use the Wazuh agent. You need to send the logs via syslog to the Wazuh server. You need to change small configs in the server's ossec.conf and you will start capturing the logs.
To view this discussion visit https://groups.google.com/d/msgid/wazuh/CAJPTtEmx1a%3DPx-OWwbZ8YTZD0E7DS6xP%2BUv_z%3DF8jwPyR6s-6g%40mail.gmail.com.