On Aria Operations for Logs environment, vCenter integration is working properly.
ESXi host events are showing under Logs Explorer. However, NSX DFW logs are not showing.
ESXi hosts are seeing DFW packet log activity however, the data is not flowing into Aria Operations for Logs.
Aria Operations for Logs not capturing NSX/DFW logs even after following NSX Distributed Firewall (DFW) logs are not forwarding to Aria Operations for Logs
Reviewing the /var/log/vmware/loginsight/plugins/vsphere/li-vsphere.log file on an Aria Operations for Logs cluster node displays entries similar to:
[ERROR] [com.vmware.loginsight.vsphere.config.VimVsphereConfigurer] [Error while setting syslog option for ESXi host <host_name_fqdn>: com.sun.xml.ws.fault.ServerSOAPFaultException - Client received SOAP Fault from server: Permission to perform this operation was denied. Please see the server log to find more detail regarding exact cause of the failure.
Aria Operations for Logs: 8.x
VCF Operations for Logs 9.1
NSX is running on the ESXi hosts and generates its logging on the hosts for DFW rules. However, ESXi hosts are not sending these logs to the Aria Operations due to the following:
The syslog Host is not configured to send log to Aria Operations for Logs endpoint.
The Outgoing syslog firewall is not enabled.
Configure the ESXi host's syslog to forward events, including NSX Distributed Firewall (DFW) events, to the Aria Operations for Logs environment.
Follow these steps on each ESXi host by logging into vCenter:
Update the Syslog Host:
Configure → System → Advanced system Settings.Edit, click the Key filter, and enter syslog.Syslog.global.logHost setting.Add the Primary node IP address of Aria Operations for Logs to the list using the tcp:// prefix.
Example: tcp://<IP_Address>
Note: Separate multiple syslog hosts with a comma (,).Configure the Outgoing Firewall Rule:
Configure → System → Firewall → Outgoing.Edit.Syslog.IP List settings, select Allow connections from any IP address or explicitly enter the IP address of the Aria Operations for Logs endpoint.These steps update the Syslog Log Host and the Outgoing firewall rule, ensuring NSX DFW events are ingested into the Aria Operations for Logs environment.