Hi you all !
I hope you are doing good.
I am trying to enable the syslog in my wazuh environment, but I am not getting the logs.
I edited the ossec.conf in with the following.
<remote>
<connection>syslog</connection>
<port>514</port>
<protocol>udp</protocol>
<allowed-ips>10.1.0.0/16</allowed-ips>
<local_ip>10.1.3.16</local_ip>
</remote>
I scanned the server with nmap, but the port is still closed.
nmap -sU -O 10.1.3.16 -p 514
PORT STATE SERVICE
514/udp closed syslog
Any thoughts about this situation ?
Thank you
Hi Tomas,
I removed the tag <local_ip> and now the nmap scan is showing me that the 514 port is open/filtred, still not working.
I am trying to collect logs from my network switches, is this the right way to do this ? or should I use other tool like graylog.
thanks for the help.