Skip to main content

Audit Overview

The Audit Overview page provides a centralized view of all audit events across the ThetaSecure platform. It aggregates data from every audit category — Identity, Authentication, Access, Notifications, and System — into a single dashboard.

Navigate to Audit → Overview from the sidebar.

Audit Overview Dashboard

Summary Cards

The top of the page displays six summary cards that provide an at-a-glance view of audit activity for the selected time range.

CardDescription
Total EventsThe total number of audit events recorded.
SuccessfulCount of events with a positive outcome (success, allowed, granted).
Failed/DeniedCount of events with a negative outcome (failure, failed, denied).
In ProgressCount of events that are still ongoing (pending, initiated, started).
OtherCount of events with informational or evaluation statuses (evaluated, informational).
Success RateThe percentage of successful events out of total events.

Top Event Types

When a longer time range is selected (e.g., Last 7 Days or more), a Top Event Types section appears below the summary cards. This displays the most frequently occurring event types as tag-style badges with their counts, for example: role assigned: 47, GroupPatched: 3, user created: 13.

Events by Category

This section breaks down the total event count into five category cards, each with an icon and count:

CategoryDescription
AccessEvents related to web apps, network apps, VPN, and device connectivity.
AuthenticationEvents related to logins, tokens, SSO sessions, MFA, and policies.
IdentityEvents related to users, groups, roles, and permissions.
NotificationsEvents related to email and SMS notifications.
SystemEvents related to scheduled jobs and cleanup tasks.

Below the category cards, a toolbar provides the following controls:

Status Filter Dropdown

ControlDescription
Search by usernameFree-text search to filter events by a specific username or actor.
Time RangeDropdown to select the time window. Options: Last Hour, Last 24 Hours, Last 7 Days, Last 30 Days, Last 90 Days.
Status FilterDropdown to filter by event status. Options: All Status, Success, Failure, Failed, Allowed, Denied, Granted, Evaluated, Initiated, Started, Pending.
RefreshButton to reload the event data with the current filters applied.

Filtering by Status

You can use the status filter to narrow down events. For example, selecting Failure will show only failed events such as password.failed:

Failure Filter Applied

Selecting Denied will show access-denied events such as access.denied:

Denied Filter Applied

Event Log Table

The main event log table displays all audit events matching the current filters. Each row contains the following columns:

ColumnDescription
TimeThe date and time when the event occurred.
CategoryA color-coded badge indicating the event category (e.g., System, Auth, Identity).
Event TypeThe specific type of event (e.g., device.online, token.generated, sso_session.created).
User / ActorThe user or system actor that triggered the event.
IP AddressThe IP address from which the event originated.
ResourceThe resource affected by the event (e.g., device, access_token, refresh_token).
StatusA color-coded badge showing the event outcome (success, failure, denied).
DetailsAn eye icon button to open the Event Details panel.

Event Details Panel

Clicking the eye icon on any event row opens a side panel with full event information:

  • Tags — Category, event name, status, and service tags displayed as badges.
  • Basic Information — Event ID, Event Type, and Action (e.g., Create, Update, Delete).
  • Resource Information — Aggregate Type, Aggregate ID, Resource Type, and Resource ID.
  • Actor Information — The Client ID or user that performed the action.
  • Event Details — A JSON block with event-specific data fields.
  • Metadata — Expandable section with additional metadata.
  • Raw Event Data — Expandable section showing the complete raw event payload.

Click Close to dismiss the panel.

Pagination

The event log supports pagination at the bottom of the table:

  • Show per page — Select how many events to display per page (default: 25).
  • Page navigation — Navigate between pages using first, previous, next, and last page controls.
  • Event count — Displays the current range and total number of events (e.g., 1 - 25 of 509 events).