Hi. This link may be of aid
https://documentation.wazuh.com/current/getting-started/architecture.html. The Wazuh central components are 3:
- Wazuh server: analyzes data received from the agents and is also used to manage these. It internally contains an SQLite database (/var/ossec/queue/db/global.db) to store information related to the agents' information and is the one in charge of triggering alerts for the Wazuh Indexer.
- Wazuh Indexer: indexes and stores alerts generated by the Wazuh server.
- Wazuh Dashboard: the web user interface for data visualization and analysis and also used to manage Wazuh configuration and to monitor its status.