Event Monitor
Overview
Section titled “Overview”The Event Monitor (also referred to as the Outbox Monitor) allows Super Users to inspect outgoing integration events published by the portal’s micro-services. It provides visibility into the event bus outbox pattern, showing which events are queued, in-flight, or have failed delivery.
Access & Permissions
Section titled “Access & Permissions”| Role | Access Level |
|---|---|
| Tenant Admin | No access |
| Account Admin | No access |
| Super User | Full access |
Visibility Conditions
Section titled “Visibility Conditions”Visible to Super Users only.
Key Features
Section titled “Key Features”- Outbox Queue View — Inspect all events currently in the outbox, including their payload, target topic, and retry count.
- Event Status — See per-event status: Pending, Delivered, Failed, or Dead Letter.
- Retry Trigger — Manually trigger a retry for failed events that have not yet reached the dead letter threshold.
- Dead Letter Management — View and manage events in the dead letter queue that require manual intervention.
- Filtering by Service — Filter the event list by originating micro-service or event type.
:::tip TODO
- Add a diagram of the outbox pattern and where Event Monitor fits.
- Document common failure causes and their remediation steps.
- Provide guidance on when to use manual retry vs. investigating the underlying issue. :::