Hi,
Apologies for the late response. It seems that we somehow missed this thread.
Please allow me some time — I’m currently working on this and will get back to you with an update as soon as possible.
Hi,
Wazuh stores SCA (Security Configuration Assessment) information in its internal database on the Wazuh Manager.
The Wazuh Dashboard retrieves this data through the SCA API to display the visualizations on the SCA dashboard.
Please note that only the details shown in the Events tab are stored in the Wazuh Indexer, which may not fully meet your reporting requirements.
Currently, there is no built-in option in the Wazuh Dashboard to download an SCA report in PDF format — only CSV export is supported.
However, as an alternative, you can create a custom script that calls the Wazuh Manager SCA API to fetch the required data and generate a PDF report.
You can refer to the Wazuh API documentation for details on how to use the SCA API.
You can also refer this Wazuh reddit discussion which is similar to this use case.