In an Aria Operations for Logs (formerly vRealize Log Insight) cluster environment integrated with Cisco ACI, you may observe the following symptoms:
Other nodes in the cluster receive traffic normally, but the ILB node remains idle or shows no incoming data in the System Monitor.
Traffic balancing issues may have been previously observed within the Cisco ACI fabric.
This issue is caused by the <layer4-vip-offload-enabled> parameter being set to true in the internal configuration. When VIP offloading is enabled, it can prevent the local node hosting the VIP from correctly processing incoming Layer 4 traffic in certain network configurations, such as Cisco ACI.
To resolve this issue, you must disable the Layer 4 VIP offloading setting:
Log in to the Aria Operations for Logs UI as an Administrator.
Navigate to the internal configuration page by appending /internal/config to the URL (e.g., https://<log-insight-ip>/internal/config).
Locate the <load-balancer> section.
Find the following entry: <layer4-vip-offload-enabled value="true" />
Change the value to false: <layer4-vip-offload-enabled value="false" />
Save the configuration.
Verify on the System Monitor page that the ILB node is now receiving traffic.