LogoutEvents

The LogoutEvents table records events related to the force logout functionality and session activity. For the logouts themselves, see LogoutSchedules.

Columns

Column NameColumn TypeDescription
DateStringThe date on which the event was generated. This is the partitioning column.
TimestampDateTimeThe timestamp when the event occurred.
GroupNameStringThe name of the user or group that the event applies to.
EventStringThe type of event. Possible values include ignored, online, offline, and removed.
ImmediatebooleanWhether the event was immediate (true) or scheduled (false).
KickbooleanWhether the event forcibly disconnected (true) or gave a warning with the option to ignore (false).

Event types

The Event column contains one of the following values:

EventDescription
ignoredA user chose to ignore a logout warning (only possible when Kick=false).
onlineA user was marked online.
offlineA user was marked offline. Added if all sessions are removed.
removedA session from a user was removed from the system.