Sometimes the event log on Elastifile UI, get full with uacked events.
In case you need to acknowledge all the tickets, please use the following command -
- ssh as root to the EMS machine.
elfs-cli --auth admin event list|awk '{print "elfs-cli --auth admin event ack --id "$1}'|bash