Agent not appearing in dashboard
Check the agent is running:[push] OK lines every 10 seconds. If you see errors:
| Error | Cause | Fix |
|---|---|---|
AUTH FAILED: Invalid API key | Wrong or revoked API key | Create a new key in Integrations, update the secret |
FORBIDDEN | WAF blocking, wrong endpoint | Ensure BACKEND_URL=https://api.changeguard.ai |
connection refused | Can’t reach backend | Check cluster egress allows HTTPS to api.changeguard.ai:443 |
PAYLOAD TOO LARGE | Cluster snapshot exceeds limit | Contact support — this shouldn’t happen with gzip |
Check agent health
pushCount— should be incrementingpushErrors— should be 0consecutiveFailures— should be 0lastPushStatus— should be 200lastError— should be empty
Agent uses too much memory
Default limits are 256Mi. For very large clusters (500+ pods), increase:Logs not appearing
Check log collector is enabled:logCollector: false, update the secret with ENABLE_LOG_COLLECTOR=true and restart.