--Thanks
---
You received this message because you are subscribed to the Google Groups "ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ossec-list+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello,
In order to permit Ossec recibe your Symantec syslogs messages, you need to enable this in the configuration:
Listen in port 514:
<ossec_config>
<remote>
<connection>syslog</connection>
<allowed-ips>Symantec AV ip</allowed-ips>
</remote>
</ossec_config>
then you need to restart ossec:
/var/ossec/bin/ossec-control restart
If after these changes you are still not receiving alerts, enable logall in ossec.conf <logall> yes </logall> and take a look in the file “/var/ossec/logs/archives/archives.log”, if the logs are in this file, but not in your alerts, probably the decoders or rules have something wrong.
--
---
You received this message because you are subscribed to the Google Groups "ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ossec-list+...@googlegroups.com.
Hi, can you verify if the port it’s open?
[root@wazuh-manager /]# netstat -tuna | grep 514
udp 0 0 0.0.0.0:514 0.0.0.0:*
The symantec ip is allowed in ossec.conf right?