@cryptotaxi247 / CoPilot / commits / aa712f3c

Update supported tool versions in documentation

taylor_socfortress committed Feb 20, 2026 at 15:41 UTC aa712f3c48b5852274a9045354a462b80b84db59
1 file changed +5 -5
docs/getting-started/supported-tool-versions.md
+5 -5
@@ -16,11 +16,11 @@ If you’re running something older/newer, it *may* work — but this table is t
16
17 | Tool | Known-good / tested versions | Notes |
18 |---|---:|---|
19 -| **Graylog** | **≥ 5.2** | 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.8.0** | 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** | **≥ 9.x** | CoPilot provisions/uses orgs, dashboards, and datasources via Grafana’s HTTP API; Grafana 9+ is the baseline for current provisioning workflows. |
22 -| **Shuffle** | **1.x (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.7.x (current)** | CoPilot integrates with Velociraptor via its API for hunting/collection workflows. Recommended: stay on the latest stable 0.7.x branch. |
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. |
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. |
24
25 ---
26