Hi!
Sorry for the dealy! I have been looking for some information, also I did a simple test with following config:
I assume that you are already testing with following configuration,
<remote>
<connection>syslog</connection>
<port>514</port>
<protocol>tcp</protocol>
<allowed-ips>172.16.0.0/16</allowed-ips>
</remote>
Wazuh admits multiple
remote blocks and included all of them, so if it's possible try with following configuration:
<remote>
<connection>syslog</connection>
<port>5050</port>
<protocol>tcp</protocol>
<allowed-ips>any</allowed-ips>
</remote>
It will be necessary change the Fortigate
Remote Syslog configuration, I found this
link.
Also it try with any ip, as part of the test.
Please let me know if you find some events into archive.log or alert.json files.
Regards.