Connect a log collector
Open organization settings
Open the workspace menu, select Organization, then open Audit Logs
under Settings.
Configure the request
Add any headers your collector requires. You can also merge custom JSON into
every event, wrap the payload under a key such as
event, and control TLS
certificate verification.Request options
| Option | Behavior |
|---|---|
| Audit webhook URL | Receives each event as a JSON POST request. |
| Custom headers | Adds static headers to every request. Header names are case-insensitive. |
| Custom payload | Merges a JSON object into every event. Custom keys replace matching default keys. |
| Payload attribute | Wraps the complete payload under the configured key. |
| Verify SSL certificate | Verifies the endpoint certificate. Disable this only for a trusted endpoint that uses a private or self-signed certificate. |
Event payload
An audit event contains the actor, affected resource, action, result, and scope.| Field | Description |
|---|---|
organization_id | Organization that owns the event. |
workspace_id | Workspace that owns the resource, when applicable. |
actor_type | USER or SERVICE_ACCOUNT. |
actor_id | ID of the user or service account that performed the action. |
actor_label | User email or service account name, when available. |
ip_address | Source IP address, when available. |
resource_type | Type of resource affected by the action. |
resource_id | ID of the affected resource, when available. |
action | Operation performed on the resource. |
status | ATTEMPT, SUCCESS, or FAILURE. |
data | Additional event-specific context, when available. |
created_at | UTC timestamp for the event. |
ATTEMPT event followed by SUCCESS or FAILURE.
Your endpoint should return a successful response within 10 seconds; delivery failures do not block the audited action.
Update or disconnect the endpoint
Return to Organization → Audit Logs to update the request settings. Click the disconnect button to stop sending new organization audit events.Related pages
- See Security for deployment hardening guidance.
