-
v1.7.0
Stablereleased this
2026-04-22 12:12:49 +00:00 | 20 commits to main since this releasev1.7.0 — Admin Operations SIEM
What's new
- Alert notifications with retry logic: webhook, Slack, or Microsoft Teams formats
- Alert deduplication: same rule + same actor within 15 minutes produces only one alert
- 10 pre-built admin-ops rule templates seeded automatically on first startup:
- Failed Conditional Access
- After-Hours Admin Activity
- New Application Registration
- Admin Role Assignment
- License Change
- Bulk User Deletion
- Device Compliance Failure
- Exchange Transport Rule Change
- Service Principal Credential Added
- External Sharing Enabled
- Alert dashboard in the UI with severity/status filters
- Alert actions: Acknowledge, Resolve, False Positive, Reopen
- Alert summary badge in the hero header showing open high/medium/low counts
- New API endpoints:
GET /api/alerts,PATCH /api/alerts/{id}/status,GET /api/alerts/summary - New env vars:
ALERT_WEBHOOK_URL,ALERT_WEBHOOK_FORMAT(generic/slack/teams),ALERT_DEDUPE_MINUTES
Design philosophy
This is an admin operations alerting system, not a security SIEM. It focuses on things admins need to know about: policy changes, role assignments, license changes, compliance failures — not threat detection.
Downloads