Audit & Compliance
Understand SCL’s audit logging, outbox event guarantees, and observability features for regulatory and operational compliance.
Topics Covered
- Viewing EntityAudit logs and diff records
- Listing logs via
/auditand exporting with/audit/export?format=csv - Replaying or troubleshooting DomainOutbox events
- Using row-level security and soft-delete policies
- Observability: metrics, tracing, and alerting
Last updated: 2025-07-10
How to View Audit Logs
- Sign in to the admin portal.
- Open Settings → Audit Logs.
- Filter by action, table or date range as needed.
- Click Export CSV to download (
GET /audit/export).
How to Replay Events
- Navigate to Settings → Event Replay.
- Locate the failed event ID.
- Click Replay to call
POST /outbox/replay/{id}. - Watch the status column for confirmation.