liagent.db' in '/var/lib/loginsight-agent/storage' The root partition exhaustion is caused by the 'liagent.db' file growing to approximately 900MB.
Due to the nodes being provisioned with an unusually small root partition of 3.6GB, the database file consumes the remaining available space after attempting to send logs to a potentially stale endpoint
Stop the Log Insight agent service by running the command:
service liagentd stopRemove the oversized agent database file by running the command:
rm /var/lib/loginsight-agent/storage/liagent.dbDisable the agent service to prevent future disk consumption if the forwarding endpoint is no longer in use by running the command:
systemctl disable liagentdDeleting the 'liagent.db' file and disabling the 'liagentd' service is a safe remediation strategy when the agent is not actively required for forwarding logs.
Executing these steps successfully frees space on the root partition, restoring full cluster stability and UI access for day-to-day operations. A long-term resolution may require increasing the root partition size to match the standard 7.6GB footprint if the agent service is needed in the future.