Event log format

Event log entries follow a consistent format for all event log events.

The event log records a standard set of fields for all events. The Details field stores additional details specific to the event, if necessary.

Table 1. Event Log Fields
Field Name Description
Date

The timestamp for the event. For example: 2020-11-19T17:35:52.587Z

Dates are recorded as UTC timestamps using the standard ISO 8601 date and time format.

Event

The action being logged. For example, Update or Delete.

User

The email address of the user that initiated the event.

IP

The IP address of the user connected with when they generated the event.

Entity

The category of the event being logged.

Entity Name

The name of the specific instance of the entity being logged.

Resource

The type of system resource being accessed.

Resource Name

The name of the resource being accessed.

Details

The unique details for the event type. For example, events that update a value include the old value and the new value.

Security Claims
A security claim object containing the following fields:
  • Subject: The unique identifier of the user the claim applies to.
  • SessionId: The unique identifier for the session the claim applies to.
  • AccessTokenId: The unique identifier for the access token that is used to access application resources.
  • AccessTokenIssuedAt: The timestamp when the access token was issued.
  • AccessTokenExpiresAt: The timestamp when the access token expires.