UI works normally but when navigating to Alerts > Alert Definition page it displays a blank screen where the alert definitions should be.
Aria Operations for Logs 8.18.x
This issue typically stems from an accumulation of cached session entries in the internal Cassandra database. Specifically, a high record count in the tomcat_sessions table can trigger UI timeouts or significant latency on specific pages.
Take a virtual machine snapshot of all nodes in the cluster before proceeding.
To clear out the the tomcat_sessions table:
/usr/lib/loginsight/application/lib/apache-cassandra-*/bin/cqlsh-no-passSELECT COUNT(*) FROM logdb.tomcat_sessions;
TRUNCATE logdb.tomcat_sessions; exit
service loginsight restart