Audit Log
Coming Soon
Audit logs are currently under development. We will update this page when the feature becomes available.
What is an Audit Log
An audit log records the history of operations performed in this service. You can later check "when, who, and what was done."
What You Can Do with Audit Logs
- Check operation history
- Identify unauthorized use or operational errors
- Investigate causes when problems occur
Items Recorded in Audit Logs
| Field | Description |
|---|---|
log_timestamp | Date and time when the operation was performed |
user_email | Email address of the user who performed the operation |
event_id | ID to identify the operation |
event_desc | Description of the operation (e.g.: login, logout, meeting creation, viewing interpreter web page) |
primary_resource_key | Type of operation target (e.g.: email when deleting a user, meeting_id for meeting operations) |
primary_resource_value | Value identifying the operation target (e.g.: email address of the deleted user, meeting_id of the started meeting) |
requires_admin | true if admin privileges are required for the operation, false otherwise |
result | success if the operation was successful, failure otherwise |
ip_address | IP address when the operation was performed |
user_agent | Browser or device information used during the operation |