The Forwarding configuration for remote syslog in the VAMI showing the connection status is "Unknown"
The advanced configuration required to enable event streaming to the remote syslog server is correctly set: vpxd.event.syslog.enabled = TRUE
Clicking ’send test message’ produces a successful result:
VMware vCenter Server 8.x
The Appliance Management log file on the vCenter Server indicates that the connection attempt to the remote syslog server is being refused. You may observe log entries similar to the following.
/var/log/vmware/applmgmt/applmgmt.log:
YYYY-MM-DDTHH:MM:SS [####]DEBUG:vmware.appliance.syslog.syslog_lib:Making IPv4 connection to host=<remote server IP or FQDN>YYYY-MM-DDTHH:MM:SS [####]ERROR:vmware.appliance.syslog.syslog_lib:Error executing /usr/sbin/ip for ip4 : [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 111: Connection refused.]YYYY-MM-DDTHH:MM:SS [####]DEBUG:vmware.appliance.syslog.syslog_lib:TCP connection results = [(False, <twisted.python.failure.Failure twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.>), (True, None)]