This commit is contained in:
abbonno 2025-07-16 12:22:51 +02:00
parent 7c3cd228fe
commit 6b2b63f1bb
No known key found for this signature in database
GPG Key ID: FAF589FAE693F858

View File

@ -4,7 +4,7 @@ This document describes how to extend the Wazuh Reporting setup plugin to create
## Working from your IDE
In order to deploy a minimal environment for developing the reporting plugin just for testing purposes, you must have at least a Wazuh Indexer and a Wazuh Dashboard environment running. Then, you can create your own SMPT server to test the email notifications from the following [Mailpit configuration](https://github.com/wazuh/wazuh-indexer-reporting/tree/main/docs).
To verify everything is working correctly, try generating reports following the [user's guide](ref/modules/reporting/usage.md).
To verify everything is working correctly, try generating reports following the [user's guide](../../ref/modules/reporting/usage).
## Working from real scenario packages