Hello Pedro,
Thanks for your question,
You have the option to create a report specifically for the Firewalls by using a filter.
For instance, if you're receiving firewall syslog according to the instructions in this documentation:
In this case, the 'location' field will contain the file where these events are stored. You can use this field as a filter. If the events are sent directly from the network devices to the Wazuh Server, you'll find the device's IP address in that field. I'll attach a screenshot for reference:
Another option, perhaps a bit more advanced, would be to edit the pipeline to generate a specific field based on that location, if you'd like to explore this alternative, you can check out the Wazuh Pipeline on GitHub:
You can find it on your server at:
- /usr/share/filebeat/module/wazuh/alerts/ingest/pipeline.json
I recommend approaching this pipeline modification alternative with caution as this configuration affects how the information is indexed.
Hope it helps,
Carlos