Logs are not received by syslog protocol.
VMware Aria Operations for Logs 8.x
Verify packets are reaching the internal syslog server
Note: Use Enable or Disable SSH and Bash Shell Access to enable SSH on the host if necessary.
net-stats -l | grep <appliance_name>
pktcap-uw --switchport [Switch Port] --dir 2 --udpport 514 --outfile /tmp/logs.pcappktcap-uw --switchport [Switch Port] --dir 2 --dstport 514 --outfile /tmp/logs.pcap[Switch Port] in the command, should be replaced with the switch port number obtained from step 3.CTRL-C
Note: No packets indicates that the logs are not being received by the Aria Operations for Logs application, you should review with your network team for issues within the networking environment.
The following link lists the options for the pktcap command so you can modify the options as needed:
Capture and Trace Network Packets by Using the pktcap-uw Utility