/var/run/log/vmsyslogd-dropped.log.<Time stamp> Al(177) vmkalert: cpu3:#####)ALERT: vmsyslog logger <Syslog server FQDN>:514 lost #### log messages
VMware ESXi (vSAN Witness Appliance)
vSAN 7.x, 8.x
The ESXi firewall on the witness appliance is blocking outbound traffic for the syslog service. By default, the syslog ruleset may not be enabled, preventing communication over UDP 514, TCP 514, or TCP 1514.
To resolve this issue, you must manually enable the syslog firewall ruleset on the vSAN witness appliance via the ESXi command line.
esxcli network firewall ruleset list --ruleset-id=syslog
Name Enabled Enable/Disable configurable Allowed IP configurable
------ ------- --------------------------- -----------------------
syslog false true true
esxcli network firewall ruleset set --ruleset-id=syslog --enabled=true
Name Enabled Enable/Disable configurable Allowed IP configurable
------ ------- --------------------------- -----------------------
syslog true true true
esxcli network firewall refresh
nc -zu <syslog-server-ip> 514