Audit logs in Matia allow users to monitor, record, and review platform activity for compliance, security, and operational transparency. This guide describes the log structure Matia produces and the available platforms users can integrate with to ingest these logs.

Overview

Matia’s audit logs provide a detailed record of key events, system changes, and user actions within your organization. Audit logs can help meet compliance requirements, support investigations, and improve overall accountability.

External Log Setup

To connect an external log to Matia reach out to our support team. Matia supports the following logging services: Additional logging services will be supported upon request.

Example Logs

  {
    "timestamp": "2025-07-16T14:02:22.523Z",
    "user_agent": "Mozilla/5'.0 (Macintosh; Intel ...",
    "user_email": "user@email.com",
    "action": "User logged in",
    "description": "User logged in to the application.",
    "severity": "info",
  },
  {
    "timestamp": "2025-07-15T17:54:47.679Z",
    "user_agent": "Mozilla/5'.0 (Macintosh; Intel ...",
    "user_email": "user@email.com",
    "action": "Created Access Token",
    "description": "Create new Access Token on the product",
    "severity": "info",
  }
For further assistance, contact Matia Support.