Audit Logs provide visibility into team activity within Tines 3B. This article shows you how to monitor user actions directly in the product or forward them to external systems for compliance and reporting.
You can monitor team actions in real-time through the audit logs in your settings, like this:
The logs are presented in a table view, providing the following information for every action:
Time: The timestamp when the action occurred.
User: The name or email address of the person who performed the action.
Operation: A description of the action taken.
Source: The origin of the action.
Status: Indicates whether the action succeeded or failed. Failures are highlighted in red.
Error/Input/Request context: Click these columns to view specific technical details, such as error messages, input parameters, or the IP address and user agent associated with the request.
Forwarding logs to external destinations
To keep your logs for long-term storage or compliance, you can configure destinations to automatically forward audit logs to external systems (such as S3 buckets, webhooks, or other archives).
Setting up a new destination
In audit logs under the destinations tab, click the plus button to configure your destination settings:
Name: Give your destination a descriptive name (e.g., "Compliance Archive").
URL: Provide the destination URL (must start with
https://). Select your request method (PUT or POST). If you are using an object store like S3, you can use the {filename} placeholder to manage batching.Auth: Optionally, select a connected app or connector to provide the necessary credentials (such as AWS SigV4 or API keys). If your endpoint is public, you can leave this blank.
Managing destinations
Once configured, your destinations list will appear on the destinations tab. From here, you can:
Edit: Click a destination row to modify its configuration or review recent delivery errors.
Delete: Open the menu on a destination row and select delete destination. This stops the flow of logs but does not remove data that has already been delivered to your external system.

