
🛡️Awesome lists about all kinds of interesting topics of Wazuh XDR/SIEM
Curated list of Wazuh resources, tools, and integrations
Wazuh is a free, open-source security monitoring platform for threat prevention, detection, and response.
Step-by-step setup walkthroughs for Wazuh installation, configuration, and operational tasks.
General-purpose community rule collections.
Decoders and rulesets for specific devices, appliances, and platforms.
Connect Wazuh with external platforms for alerting, ticketing, threat intelligence, and orchestration.
/etc/wazuh-indexer/, /var/ossec/etc/, certificates) using rsync + tarpath.repo configuration, snapshot via CLI and Dashboard UI, cron automationWazuh services fail to start after reboot on Debian/Ubuntu
A well-known issue on all-in-one installations: Wazuh services (wazuh-indexer, wazuh-manager, wazuh-dashboard) have no After= dependencies in their systemd units, causing race conditions on boot. Symptoms: dashboard returns "server is not ready yet", indexer enters failed state, or manager fails due to a missing PID file.
/var/log/wazuh-indexer/gc.log directoryfailed state on reboot (v4.4.0+)Permission denied on GC log at JVM startupWorkaround: create a systemd override to enforce startup order:
# /etc/systemd/system/wazuh-manager.service.d/override.conf
[Unit]
After=wazuh-indexer.service network-online.target
# /etc/systemd/system/wazuh-dashboard.service.d/override.conf
[Unit]
After=wazuh-indexer.service network-online.target
Then reload: systemctl daemon-reload. If the indexer still needs extra time to initialize, add ExecStartPre=/bin/sleep 15 to the dashboard override.
Map Wazuh capabilities to regulatory frameworks.
Community-contributed guides for specific use cases and advanced configurations.
Represent Wazuh in your region. Become an ambassador and share your expertise.
This repository includes deployment templates and examples:
Contributions welcome. To add a resource:
See CONTRIBUTING.md for guidelines.
Curated by: Franco Tampieri (TTlab® - Security & DevOps) | [email protected]
Badges: 🟢 = Official (Wazuh) | 🟡 = Community