| 1 | --- |
| 2 | title: Wazuh (endpoints) |
| 3 | description: Endpoint log ingestion and security telemetry via Wazuh. |
| 4 | --- |
| 5 | |
| 6 | ## What this integration is |
| 7 | |
| 8 | Wazuh is the primary endpoint telemetry source in many CoPilot deployments. |
| 9 | |
| 10 | It provides: |
| 11 | - endpoint security events |
| 12 | - agent inventory/health |
| 13 | - vulnerability and SCA signals (when enabled) |
| 14 | |
| 15 | ## Data path (how it flows) |
| 16 | |
| 17 | **Typical flow:** |
| 18 | |
| 19 | 1. Endpoints → **Wazuh agent** |
| 20 | 2. Wazuh Manager → decoding/rules → events |
| 21 | 3. Events → **Wazuh Indexer / OpenSearch-backed storage** |
| 22 | 4. Optional: events → **Graylog** for search + alerting (environment-dependent) |
| 23 | 5. Alerts → `gl-events*` → **CoPilot Incident Management → Alerts** |
| 24 | 6. Operator workflow → **Cases** |
| 25 | |
| 26 | ## Setup (wireframe) |
| 27 | |
| 28 | - Configure and verify the **Wazuh connector** in CoPilot. |
| 29 | - Enroll at least one agent and ensure it’s tagged/routed to the correct customer context. |
| 30 | |
| 31 | ## Success criteria |
| 32 | |
| 33 | - [ ] A test endpoint appears in CoPilot **Agents** and is online |
| 34 | - [ ] You can find recent endpoint events |
| 35 | - [ ] (Optional) You can tune detection rules and see changes reflected in alert volume |
| 36 | |
| 37 | ## Dashboards |
| 38 | |
| 39 | After provisioning, default dashboards can be deployed per customer. |
| 40 | |
| 41 | - [ ] Confirm dashboards populate for the customer (endpoint/security views) |
| 42 | |
| 43 | ## Alerts (starter set) |
| 44 | |
| 45 | - High-severity authentication events |
| 46 | - Suspicious process/command execution signals (where applicable) |
| 47 | - Privilege changes / new admin users |
| 48 | |
| 49 | ## Troubleshooting |
| 50 | |
| 51 | - Confirm agent enrollment and connectivity to Wazuh Manager |
| 52 | - Confirm indexing/storage health |
| 53 | - Confirm tenant routing/customer association |