The syslog destination is not receiving logs with tags after configuring Log Forwarding in Aria Operations for Logs.
Install tcpdump in the environment to verify that Aria Operations for Logs is transmitting tags correctly:
tdnf install tcpdumpFollow these steps to install tcpdump if the Aria Operations for Logs appliance does not have internet access:tcpdump package from the Broadcom Photon OS 4.0 updates repository https://packages.broadcom.com/photon/4.0/photon_updates_4.0_x86_64/x86_64//tmp directory on the Aria Operations for Logs primary node using WinSCPtdnf install /tmp/<package_name>.rpmtcpdump -v -s 0 -A dst <syslogserver_ipaddress> and dst port 514Ctrl+C keyboard shortcut.tcpdump.tcpdump from the environment by running the command:rpm -e tcpdumpTo access the Broadcom Photon OS updates repository, refer to: https://packages.broadcom.com/photon/
Run the following command to check the Photon OS version on the appliance:
cat /etc/photon-release