Skip to content

Dashboard

import { Aside } from ‘@astrojs/starlight/components’;

The Dashboard is the first screen after login. It provides a real-time overview of event activity and connected sinks across your tenant.

Dashboard overview


The dashboard is divided into three sections: stat cards, charts, and a pie chart.

Four summary cards display the current state of your platform for the selected time window.

Dashboard stat cards

CardWhat it shows
Total EventsNumber of events in the selected time window
ErrorsCount of events in ERROR state
Connected SinksNumber of sink agents currently ONLINE
Source TypesNumber of distinct source types that have fired events

Dashboard charts

  • Line chart — Events over time, broken down by state (SUCCESS, ERROR, WARNING, QUEUED).
  • Bar chart — Event volume per time bucket, coloured by state. Useful for spotting bursts or gaps.
  • Pie chart — Event state distribution as a proportion of total events. A healthy system shows mostly SUCCESS.

Use the toggle buttons to change the time window for all charts and stat cards.

Timespan toggle

ButtonWindow
1hLast 1 hour
6hLast 6 hours
24hLast 24 hours
7dLast 7 days
30dLast 30 days

Sidebar

Use the sidebar on the left to navigate to any section. The sidebar can be collapsed to icon-only mode by clicking the toggle at the top — hover over an icon to see a flyout label.

SectionContents
DashboardThis screen
EventsLive event queue and history
SinksRegistered sink agents
SourcesRegistered source agents
FlowsFlow definitions
Sink TypesSink Type definitions
Source TypesSource Type definitions
ActionsReusable action definitions
SchedulesCron schedules
LogsTask execution logs
SecretsTenant secret store
UsersUser management (Admin only)
SettingsAccount and tenant settings (Admin only)

Topbar

The topbar appears on every screen and contains:

  • Search bar — available on list screens; filters the current list in real time
  • Date/time filter — on Events and Logs; select a preset or custom range
  • Theme toggle — switch between dark and light mode
  • Account menu — click your name or tenant chip (top-right) for profile, settings, and logout
  • Account menu — click your name (top-right) to access your profile, settings, and logout

The dashboard does not auto-refresh automatically. Use the browser refresh button or navigate away and back. For live monitoring, the Events and Logs screens support auto-refresh.