Skip to content
Chris Bassey edited this page Aug 29, 2026 · 4 revisions

Wazuh Alert Manager

Wazuh Alert Manager is an (unofficial) OpenSearch Dashboards plugin that turns Wazuh alerts into a working SOC workbench: triage alerts with a real lifecycle, group them into investigative cases, automate the routine handling, and report on what your team is doing.

⚠️ Unofficial — this plugin is not produced or endorsed by Wazuh Inc. It reads Wazuh's alerts and stores its own workflow state in separate indices; it never modifies wazuh-alerts-*.

Alert queue with operational summaries and filters

What it gives you

  • Alert lifecycle — every alert carries an Open → In progress → Closed status, an assignee, and an audit history, stored independently of the raw Wazuh alert.
  • Cases — bundle related alerts into an investigation with severity, status, comments, an attack-path graph, and MITRE kill-chain view.
  • Automation rules — match alerts and, on a per-alert or burst trigger, open a case, auto-close routine noise, and/or auto-assign to an analyst. See Automation Rules.
  • Triage helpers — a "seen before" precedent callout and suggested related alerts, both deterministic (no LLM).
  • Reporting — status donuts, status-over-time, period-over-period deltas, SLA compliance, and per-analyst workload/performance. See Reporting.
  • Optional AI analysis — bring-your-own-key summaries with a strict egress boundary. See AI Analysis and Security Model.

Supported versions

Wazuh OpenSearch Dashboards Plugin build
4.12 2.19.1 wazuhAlertManager-2.19.1.zip
4.13 2.19.2 wazuhAlertManager-2.19.2.zip
4.14 2.19.5 wazuhAlertManager-2.19.5.zip

Download the zip for your version from the Releases page. The server code is identical across builds; only the target-version stamp differs.

Where to next

Clone this wiki locally