Hi Sheuchert,
Thanks for using Wazuh.
In wazuh's architecture, you will have all your agents, collecting logs and information and sending it to the manager to be analyzed by it. It might be possible that if you have a lot of agents connected to your manager, and they have many logs to forward to the manager, that it will be active doing the analysis, until it can process them.
It is also possible that you manager is being flooded by the agent's messages because they have an improper configuration with no limit on the ammount of events or messages they send over to the manager.
Here you can check how to configure the agent's queue size, to limit how many events they send over to the manager.
As to your question if it is possible to check the backlog of messages or logs to read, you can find that informationin the files inside the
/var/ossec/var/run folder. Inside you will find the state files, that will give you statistics about current usage of that daemon. For example, you can check
wazuh-analysisd.state file to check how much of the queue is being used at the moment for different actions by the manager.
Also, you can check
here, what is the expected disk usage and calculate how much storage you would be using with your current setup.
I hope this clears up your question. In case of further doubt do not hesitate to ask.
Cheers,
Andrés.