Open Ask AI (⌘/Ctrl+I)

Keycloak client event logs

DX Cloud stores Keycloak client event logs. These show actions triggered while your team navigates and uses the Cockpit, from logins through operations such as backups.

Generally, logs are kept for 30 days. Your deployment may use a different retention period.

Select desired cluster

Select your desired cluster from the dropdown menu at the top of the Cockpit.

Select desired cluster in the Cockpit

View client events

From Audit > Keycloak client events:

  1. Select your desired cluster.
  2. Use the chart (histogram) to see Success (green), Client errors (yellow), and Server errors (red).
  3. In Filters, you can set:
    • Date range: calendar picker or a preset (for example Last 15 minutes)
    • Operation type: one or more types (for example CLIENT_LOGIN, CLIENT_LOGOUT, REFRESH_TOKEN)
    • Usernames: for example service-account-uptime-kuma, admin
    • Client IDs: for example uptime-kuma, magnolia-cockpit
    • IPs: for example 109.71.102.68

Keycloak client events in the Cockpit

Details table

View log details in the Log Details table. Click Download logs (CSV) to download locally. Click a row to open a detailed view of that log.

Keycloak client events details table

ColumnDescriptionExample
DateTimestamp when the event occurred (ISO 8601, UTC)2025-10-30T13:30:48Z
Operation typeKeycloak client operation that was performedCLIENT_LOGIN
UsernameUsername or service account that performed the operationservice-account-uptime-kuma
Client IDKeycloak client identifier for the eventuptime-kuma
IPSource IP address109.71.102.68
Details JSONExtra event metadata (token IDs, grant types, scopes, and so on){"token_id":"…","grant_type":"client_credentials",…}