Proper installation and configuration of VMware Aria Operations for Logs agent are essential for effective log management and monitoring.
VMware Aria Operations for Logs 8.x
Log into the Aria Operations for Logs UI.
Navigate to Management > Agents.
Download the appropriate agent package for your system (e.g., Linux RPM, Windows MSI).
Use a secure copy tool (e.g., scp for Linux) to transfer the downloaded package to the target system.
Linux: rpm -i /path/to/VMware-Log-Insight-Agent-8.18.4-xxxxxx.noarch.rpm
Windows: Run the MSI installer and follow the on-screen instructions.
Edit the agent configuration file (liagent.ini):
Linux: /var/lib/loginsight-agent/liagent.ini
Windows: C:\Program Files\VMware\Log Insight Agent\liagent.ini
Set the following parameters:
hostname=<Aria Operations for Logs IP or Hostname>
proto=cfapi
port=9543
ssl=yes
Save and close the file.
Linux: systemctl start liagentd.service
Windows: Start the "VMware Log Insight Agent" service from the Services management console.
systemctl status liagentd.service