Internal logs generated by Aria Operations for Logs (vRLI) cluster nodes are intermittently missing from external syslog destinations.
Aria Operations for Logs 8.x
This issue is typically caused by "hair-pinning" or loopback limitations at the load balancer level. When a cluster node attempts to send its own logs to the ILB VIP (which may then route the traffic back to that same node), the connection can be dropped or timed out by the network stack or the ILB service.
To ensure reliable ingestion, each Aria Operations for logs node should be configured to ingest its internal logs locally rather than through the VIP.
Perform these steps on every node in the Aria Operations for logs cluster:
Log in to the node via SSH as root.
Backup the existing configuration file:
cp /etc/liagent.ini /etc/liagent.ini.bak
Edit the configuration file:
vi /etc/liagent.ini
Locate the [server] section and find the hostname parameter. Change it from the VIP address to the local node's IP address:
From: hostname=<VIP_IP>
To: hostname=<NODE_IP>
Save and exit the file (:wq).
Restart the Log Insight Agent service:
/etc/init.d/liagentd restart