2 setup wazuh manager - where to see events from forigate and how to setup decoders / rules default one are enoguht if not what should be changed ?
I have recent version of Wazuh . I receives events from windows and linux wazuh agents.
I have setup fortigate to send logs to wazuh server IP.
I have added to ossec.conf allowed IP of fortigate and all network /24 as syslog udp 514. Allowed and open 514udp/tcp port on Wazuh. And there is no log in /ra
<ossec_config>
<global>
<jsonout_output>yes</jsonout_output>
<alerts_log>yes</alerts_log>
<logall>yes</logall>
<logall_json>no</logall_json>
<email_notification>no</email_notification>
<smtp_server>
smtp.example.wazuh.com</smtp_server>
<email_from>
wa...@example.wazuh.com</email_from>
<email_to>
reci...@example.wazuh.com</email_to>
<email_maxperhour>12</email_maxperhour>
<email_log_source>alerts.log</email_log_source>
<agents_disconnection_time>10m</agents_disconnection_time>
<agents_disconnection_alert_time>0</agents_disconnection_alert_time>
<update_check>yes</update_check>
</global>
<alerts>
<log_alert_level>3</log_alert_level>
<email_alert_level>12</email_alert_level>
</alerts>
<logging>
<log_format>plain</log_format>
</logging>
<remote>
<connection>secure</connection>
<port>1514</port>
<protocol>tcp</protocol>
<queue_size>131072</queue_size>
</remote>
<remote>
<connection>syslog</connection>
<port>514</port>
<protocol>udp</protocol>
<allowed-ips>
172.27.0.5/24</allowed-ips>
<local_ip>172.27.10.88</local_ip>
</remote>
<remote>
<connection>syslog</connection>
<allowed-ips>
172.27.10.0/24</allowed-ips>
</remote>
why I a can't see logs from fortigate ?