!! This should not be the first troubleshooting steps attempted when the VMware Aria Operations for Logs UI is not available due to a browser timeout. !!
This issue is very rare and is a direct result of making unsupported modifications to the appliances. Other much more common issues exist that are more likely the cause of a browser timeout.
ls -l /usr/lib/systemd/system/loginsight_firewall_* returns the error ls: cannot access '/usr/lib/systemd/system/loginsight_firewall_*': No such file or directoryVMware Aria Operations for Logs 8.x
All of the firewall service configuration files have been removed by an unsupported modification to the appliance on at least one node in the cluster.
scp root@source_fqdn_or_ip:/lib/systemd/system/loginsight_firewall_*.service /lib/systemd/system/Note: Replace source_fqdn_or_ip with the FQDN or IP of the source node
systemctl daemon-reload
systemctl enable $(find /lib/systemd/system -type f -name "loginsight_firewall_*.service" -printf "%f ")
Broadcom does not support any modifications or customizations to the underlying operating system and packages included in a VMware-branded virtual appliance. Broadcom reserves the right to request all modifications be reverted and that the issue be reproduced on the base release that was originally provided.
For more details, visit VMware Virtual Appliances and customizations to operating system and included packages