Skip to content

Event Registry

Event Registry is the read-only reference catalog for the platform’s event bus. It shows which microservices publish events, what routing keys and exchanges they use, and which services subscribe to receive them. Administrators and developers use this page to understand event contracts, trace integration flows, and cross-reference dead-letter failures in Event Monitor with their originating event definitions.

Event Registry showing the Exchange Summary graph tab with publisher and subscriber nodes

  • Route: /event-registry
  • Menu Path: Settings → Data & Monitoring → Event Registry
  • Primary audience: Tenant administrators and superusers. System administrators use it when operating at the platform level.
  • Browse a visual graph of all registered exchanges, their publisher services, and their subscriber services.
  • Search and filter the Definitions table to find a specific event by service name, exchange, routing key, or display name.
  • View the full list of service subscriptions and the routing keys each service listens to.
  • Cross-reference event types seen in Event Monitor dead letters with their definitions here.
  1. Open Settings → Data & Monitoring → Event Registry.
  2. Use the Exchange Summary (Graph) tab for a quick visual overview of which services publish to and subscribe from each exchange.
  3. Switch to the Published Events (Definitions) tab to search for a specific event type by name or routing key.
  4. Switch to the Subscriptions tab to see which services subscribe to which exchanges and what routing keys they filter on.
  • The registry is populated automatically as microservices register themselves with the portal. New events appear here without manual configuration.
  • All three tabs are read-only — no create, edit, or delete actions are available.
  • The search field on the Definitions and Subscriptions tabs filters client-side; no network request is triggered on each keystroke.
  • A count of filtered vs. total records appears at the bottom of each tab.

A visual graph showing all registered exchanges grouped with their publishers and subscribers. Each node displays the service display name. Use this tab for a quick topology overview.

A searchable table of all registered event definitions.

ColumnDescription
ServiceThe microservice that publishes this event
ExchangeThe message exchange the event is published to (shown as a badge)
Routing KeyThe routing key used to route this event; displayed in monospace font
Event NameLocalized display name for the event type
DescriptionHuman-readable description of when this event is emitted

The search field filters across service name, exchange, routing key, display name, and description simultaneously.

A searchable table of all service subscriptions.

ColumnDescription
ServiceThe microservice that subscribes to this exchange
ExchangeThe exchange being subscribed to (shown as a badge)
Routing KeysThe specific routing keys the service listens to, shown as individual badges; “All events” appears when the service subscribes to the entire exchange without a key filter

The search field filters across service name and exchange name.

FilterTypeDescription
SearchFree textFilters visible rows across all searchable fields on the active tab (Definitions or Subscriptions)
  • Event Monitor — operational view for processing failures; cross-reference routing keys seen in dead letters with definitions here
  • Micro Services — service registry listing all connected microservices