The Admin console includes a usage analytics dashboard and a system event log. Both require the Analytics global permission.
The Analytics page (the console's landing page) gives an at-a-glance view of how the server is being used.
Overview cards:
Daily Active Users — a line chart of active users per day over the last 30 days.
Beyond the dashboard, more detailed usage breakdowns are available through the analytics API — top users by session time for an application (over a rolling window or between two dates) and per-day application and platform usage. See the Analytics endpoints in the developer guide.
The System Log page records server-initiated events — the things that happen to the server itself rather than actions taken inside an organisation. These include:
LicenseApplied)Each entry shows the time, event type, severity, the associated user (where applicable), and a Details field containing any structured metadata for the event. The log is paginated and can be filtered by severity and event type.
The system log is the first place to look when diagnosing unexpected restarts or crashes — recovered crash backtraces are captured here so you can review them without shell access to the host.
For the underlying API, see /_admin/syslog/list in the developer guide.