An ESXi host or vCenter Server triggers a Host error alarm. The following event description is recorded in the logs or vCenter interface:
Issue detected on <HOST> in <DOMAIN> vmsyslog logger <SYSLOG_SERVER>:514 lost #### log messages
VMware ESXi 9.0
VMware ESXi 8.0
A potential cause is that your hosts/vCenter do not have network connectivity to the syslog server.
To test for this, run the following command from VC/host:
$ nc -zv <SYSLOG_SERVER> 514
Verify and restore network connectivity between the source host and the destination syslog server.
nc -zv <SYSLOG_SERVER_IP> 514