Hi, Security xthreatinng
Glad to know you find using Wazuh interesting, and we really appreciate your feedback. We are constantly working on improving the platform, and comments from users help us understand where things can be better.
Just to clarify a few of the points you mentioned.
Case management – Wazuh mainly focuses on detection and analysis. For full case management workflows, many users usually connect it with external tools or ticketing systems. You can also check some integrations that other users from the community have worked on:
https://github.com/wazuh/integrations
ISO 27001 – Some SCA policies already include references to ISO 27001 controls in the compliance section. For example, some CIS checks map directly to ISO 27001:2013 controls.
https://documentation.wazuh.com/current/user-manual/capabilities/sec-config-assessment/how-it-works.html
Oracle OS vulnerability detection – The vulnerability detector depends on vendor security feeds, so support can vary depending on the availability of those feeds. In restricted or offline environments, you can also use the offline vulnerability feed update.
https://documentation.wazuh.com/current/user-manual/capabilities/vulnerability-detection/configuring-scans.html#offline-vulnerability-detection
Proxy configuration – There is no separate proxy option in the UI, but proxy settings can be configured at the system or service level using environment variables like http_proxy and https_proxy. This is generally how Wazuh components handle outbound connections.
https://documentation.wazuh.com/current/user-manual/wazuh-server-cluster/load-balancers.html
Dashboards – The dashboard is based on OpenSearch Dashboards, so you can create your own dashboards using fields, filters, JSON input, or markdown panels, depending on what you want to see. Many users build their own operational dashboards this way.
https://docs.opensearch.org/latest/dashboards/visualize/viz-index/
Reporting / PDF export – Reporting mostly depends on the dashboard and OpenSearch features. Some users export data directly from dashboards or use the API and small scripts to generate reports. You can also use the OpenSearch reporting plugin to generate reports from dashboards.
https://docs.opensearch.org/latest/reporting/rep-cli-install/
https://docs.opensearch.org/latest/reporting/report-dashboard-index/
Agent deployment – Wazuh does not push agents from the manager to remote systems. This is mainly due to security and design reasons, since installing software on remote hosts usually requires administrative access. Because of this, many environments handle agent installation using automation tools or deployment scripts.
Log correlation – Log correlation is handled through the rules engine. Rules can reference other rules and detect patterns across events. We are working on improving it in the upcoming 5.x versions, which will include changes to the rule engine.
Backup and restore – Since Wazuh has different components (manager, indexer, dashboard), the backup process includes a few steps. The documentation explains the process, and if the steps are followed carefully, the restore should work without issues.
https://documentation.wazuh.com/current/migration-guide/restoring/index.html
If you have specific examples or need help setting up any of these things, feel free to share more details in the community, and we’ll be happy to help.
Best regards.