On R80.x, After rebooting the logging servers- we were not able to get the "All time" logs in the Log and Monitor.
Steps taken to resolve it:
1. Checked the smart events in the "SmartEvent Settings & Policy" in the primary management server.
a. Click on the system status from the bottom right of the Smart Event Console.
b. Check for Errors showing up.
c. If there is a (X) for Indexing logs, naviate to check the logs file mentioned in the description.
cd /opt/CPrt-R80.30/log_indexer/log
d. Execute the following command to look for Indexing errors.
tail -f log_indexer.elg
for example :- connection faliure with 127.0.0.1:8210
e. Verify the logging index process is running.
ps auxw | grep log_indexer
2. Fw logswitch was executed on the primary management server.
fw logswitch creates a new Log File. The current Log File is closed and renamed.
This fixed the indexing issue as the new file started indexing as expected.