An Aria Operations for Logs agent is configured with multiple destinations (sites) running different versions (e.g., Site A on 8.18.0 and Site B on 8.18.5). Despite auto-update being enabled, the agent may exhibit the following behaviors:
Aria Operations for Logs
The Aria Operations for Logs agent (liagent) prioritizes its version based on active communication with its primary or reachable destinations. In a multi-site configuration, the agent may maintain compatibility with the lower-version site to ensure continuous log delivery, effectively 'pinning' its version until the conflict is resolved.
To force an agent to upgrade to the latest available version in a multi-site environment, follow these steps:
Confirm which site holds the desired version (e.g., Site B running 8.18.5).
Temporarily isolate the agent to communicate only with the higher-version site:
C:\ProgramData\VMware\Log Insight Agent\liagent.ini/etc/liagent.ini [server] block or the specific hostname for the lower-version site (8.18.0).auto_update=yes is set under the [update] section.Restart the service to trigger the check for updates against the remaining active site:
systemctl restart liagentdOnce the agent has upgraded to 8.18.5, you may uncomment the lower-version site. The agent will typically remain on the higher version while continuing to send logs to both destinations.