What's on the Overview
The Overview is the landing screen — a snapshot of cluster health and log volume across every source. The page auto-refreshes; a countdown timer top-right shows seconds until the next refresh.
Top bar
- Auto-refresh countdown — small clock icon with seconds until the next refresh.
- Connected pill — green when the UI's WebSocket to the server is healthy.
- Custom Dashboards → — link to
/dashboardsfor per-team views. - All sources / specific source selector (top of every page) — scopes everything below.
Outdated agents banner
When one or more agents are running an older version than the latest release, a banner appears at the top showing the count and the latest version tag. See Sources → opens /sources so you can spot which agents need upgrading. Dismiss hides the banner for the session.
KPI tiles (last 24 hours)
Eight tiles in two rows. Every tile is a link — clicking it opens the relevant detail page already filtered.
| Tile | Click goes to |
|---|---|
| Total Logs | /logs |
| Error Count | /logs?level=error |
| Warning Count | /logs?level=warn |
| Sources Active | /sources |
| Active Containers | /infrastructure |
| Top Container CPU | /metrics?view=analytics |
| Top Container Memory | /metrics?view=analytics |
| Nodes (Healthy / Total) | /infrastructure |
Each tile shows the value, a label, and a small caption (e.g., "Last 24 hours", "Across all sources", or the name of the top container).
By Namespace
Horizontal bar chart of log volume per Kubernetes namespace, last 24 hours. Each row is a link to /logs?namespace=<name>. Sorted descending by volume.
Health Summary
Donut chart with the overall error rate (errors as a percent of total log volume).
- Green: <5% (Healthy)
- Yellow: 5–10% (Warning)
- Red: >10% (Critical)
The whole card is clickable — opens /logs?level=error.
Log Levels
Volume per log level, last 24 hours. Six levels (each row is a link):
debug→/logs?level=debugerror→/logs?level=errorinfo→/logs?level=infotrace→/logs?level=traceunknown→/logs?level=unknownwarn→/logs?level=warn
unknown collects log lines whose level couldn't be parsed.
Top Sources
The chattiest sources by log count over the last 24 hours. Each row links to /sources/<source-id> for that source's detail page.
What this page is not
- Not a dashboard. The layout is fixed. Build custom dashboards in Dashboards for per-team views.
- Not real-time. Auto-refresh is every ~10 seconds. For streaming, use Live Tail.
- Not an alerting view. Active alerts have their own page in Alerts.