@cryptotaxi247 / CoPilot / commits / 1372b8ca

Update Wazuh version note in supported tools documentation

taylor_socfortress committed Feb 20, 2026 at 15:42 UTC 1372b8ca3b39603c9d1f16cc571c102090e3705e
1 file changed +1 -1
docs/getting-started/supported-tool-versions.md
+1 -1
@@ -17,7 +17,7 @@ If you’re running something older/newer, it *may* work — but this table is t
17 | Tool | Known-good / tested versions | Notes |
18 |---|---:|---|
19 | **Graylog** | **6.x** | CoPilot relies on Graylog Event Definitions writing to `gl-events_*` and uses fields that differ in older Graylog versions (ex: config differences around `event_limit`). |
20 -| **Wazuh (Manager)** | **4.14.2** | CoPilot’s vulnerability flows use Wazuh APIs that changed in newer Wazuh versions; 4.8+ is required for the “new” vulnerability API logic. |
20 +| **Wazuh (Manager/Indexer)** | **4.14.2** | CoPilot’s vulnerability flows use Wazuh APIs that changed in newer Wazuh versions; 4.8+ is required for the “new” vulnerability API logic. |
21 | **Grafana** | **12.3.3** | CoPilot provisions/uses orgs, dashboards, and datasources via Grafana’s HTTP API; Grafana 9+ is the baseline for current provisioning workflows. |
22 | **Shuffle** | **(current)** | CoPilot invokes Shuffle workflows via API key + workflow ID. Recommended: run the latest stable Shuffle (cloud UI + on-prem worker/location). |
23 | **Velociraptor** | **0.75.6 (current)** | CoPilot integrates with Velociraptor via its API for hunting/collection workflows. Recommended: stay on the latest stable 0.7.x branch. |