After logging in to Aria Operations for Logs UI, the UI is spinning with a blank screen. UI is not able to load properly.
Aria Operations for Logs 8.12.x & Later
High volume of cached entries in database can cause UI to delay on loading.
To clear the tomcat_sessions, perform the following steps:
Take snapshots of the cluster.
/usr/lib/loginsight/application/lib/apache-cassandra-*/bin/cqlsh-no-pass
SELECT COUNT(*) FROM logdb.tomcat_sessions;
TRUNCATE logdb.tomcat_sessions;
Exit
'