This issue is resolved in vRealize Log Insight 8.4.1, which can be downloaded from Broadcom Portal.
Workaround:
To workaround the issue:
- In single user mode (steps 1-5 of How to reset the root password in vRealize Log Insight (53649), run the following command to remove the excess logs
rm /usr/lib/loginsight/application/3rd_party/apache-tomcat-*/logs/localhost_access_log*
- . Exit Single User mode and reboot the VM
reboot -f
- SSH to the node as root
- Using a text editor, open the localhost_access_log configuration file located at /usr/lib/loginsight/application/etc/3rd_config/server.xml
- Find the line starting with <Valve className="org.apache.catalina.valves.AccessLogValve and add maxDays="4" as the last parameter
Note: After the changes, the entire line should look like this:
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" pattern="%h %{X-Forwarded-For}i %l %u %t "%r" %s %b "%{User-Agent}i"" resolveHosts="false" prefix="localhost_access_log" suffix=".txt" maxDays="4" />
- Save and exit the file
- Restart the Log Insight service
service loginsight restart
- Repeat steps 1-7 on all affected nodes in the vRealize Log Insight cluster.