Updates
CI / test (push) Successful in 1m3s
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-18 23:47:54 -04:00
parent e503e92dd4
commit 3fc0245b32
34 changed files with 834 additions and 197 deletions
+4 -1
View File
@@ -20,13 +20,16 @@ Typical fields:
Full MC workflow: [Metric Correlations](./metric-correlations.md).
For searchable anomaly history (plus journal / audit), use the [Logs](./logs.md) tab.
## Empty list
No events yet, or the anomaly engine has not raised anything. Confirm the agent has been collecting for a while and that health is not stuck in a failed state (Overview KPI / `GET /api/v3/health`).
No events yet, or the anomaly engine has not raised anything. Confirm the agent has been collecting for a while and that health is not stuck in a failed state (Overview KPI / `GET /api/v3/health` on port **18888**).
## REST / RPC
- `GET /api/v3/alerts`
- RPC `listAlerts`
- Anomaly search also via `GET /api/v3/logs?source=anomaly` / RPC `queryLogs`
See [docs/REST-API.md](../docs/REST-API.md) and [docs/PROTOCOL.md](../docs/PROTOCOL.md).