Hi,
Thanks for using Wazuh.
First of all, could you tell me if your storage issue is in the manager? And also, how much space is dedicated to the Wazuh installation?
As you can see in the documentation, an average estimation is included.
In a Wazuh manager, the storage depends on the number of agents reporting to that manager as well as the things that are being monitored for those agents. In particular, we can differentiate in the following:
- Agents databases: a SQLite database is created for each monitored agent where reports are stored from modules such as FIM, SCA, or Vulnerability Detector. They are located at /var/ossec/queue/db.
- On the other hand, alerts are stored at /var/ossec/logs/alerts. The number of generated alerts depends on the monitored activity of the agents.
To find out what can be the cause of your storage issue, could you please run the following command and share the output?
# du -h --exclude=framework /var/ossec
Thank you in advance!