Generic webhook
For any tool not covered by a native integration:
POST https://skylogs.example.com/api/v1/ingest/webhook/<token>
Content-Type: application/json
{
"summary": "Disk usage above 90% on db-14",
"severity": "warning",
"source": "custom-monitor",
"resource": "db-14",
"status": "firing",
"tags": {"team": "database", "env": "production"},
"dedup_key": "disk-db-14"
}
Deduplication and auto-resolve
Alerts with the same dedup_key are collapsed into one. Send the same dedup_key with "status": "resolved" to auto-resolve.
Severity values
critical, warning, info