/storage/var/log
runs out of disk space.
/storage/var/loginsight/cache/QueryResultsCache.data
is several GB in size.
If /storage/var/log
becomes full, the UI might not be accessible.
Aria Operations for Logs 8.x
The file /storage/var/loginsight/cache/QueryResultsCache.data
is growing to several GB in size.
The following workaround can be applied:
service loginsight stop
QueryResultsCache.lock
" if present, and "QueryResultsCache.data
" (files are in /storage/var/loginsight/cache/
), or back up the full VM.QueryResultsCache.data
" using rm
command. If not successful, delete both "QueryResultsCache.lock
" and "QueryResultsCache.data
".service loginsight start
Impact: The next queries won't make use of the cache. The cache file(s) will still be recreated on next query.
See also the following article on How to safely clean /storage/var space in Aria Operations for Logs (Formerly vRealize Log Insight).