Files
peardata/user-guide/alerts.md
T
Raven Scott 3fc0245b32
CI / test (push) Successful in 1m3s
Release rolling / release (push) Has been cancelled
Updates
2026-07-18 23:47:54 -04:00

1.0 KiB

Alerts

The Alerts tab lists recent anomaly and threshold-style events from the active agent.

Event row

Typical fields:

  • Timestamp
  • Chart / context
  • Severity or status
  • Short message

Actions

Action Effect
Show Switch to Charts, pause near the event time
Correlate Switch to Charts, brush a highlight around the event, run Metric Correlations with anomaly-rate

Full MC workflow: Metric Correlations.

For searchable anomaly history (plus journal / audit), use the Logs 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 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 and docs/PROTOCOL.md.