NSX Manager fails to forward syslogs to Aria Operations for Logs (Log Management) after changing the destination port from 514 to 6514.
VMware NSX 4.2.x
The issue occurs because port 6514 requires the TLS protocol for secure transmission. If the protocol is not explicitly changed to tls or li-tls during configuration, NSX defaults to unsecure TCP, which is rejected by the secure collector. Additionally, secure logging requires CA-signed certificates and the use of FQDNs.
This is a configuration requirement. Follow these steps to correctly configure secure syslog:
del logging-server <Syslog_Server_FQDN_or_IP>set logging-server <VRLI_FQDN> proto li-tls level info messageid SWITCHING,ROUTING,FABRIC,SYSTEM,POLICY,HEALTHCHECK,SHA,MONITORING serverca <cert>For more details on Li-TLS parameters, see VMware NSX Documentation - Configure Remote Logging.