<@U04S8PLJWMT> is there a way to get audit logs on...
# ask-ai
e
@kapa.ai is there a way to get audit logs on actions performed through airbyte ui (opensource)? With IPs?
k
Based on the available knowledge sources, there is currently no built-in way to get comprehensive audit logs on actions performed through the Airbyte UI in the open-source version, especially not with IP information. However, there are a few relevant points to consider: 1. Airbyte Open Source does provide extensive logging for each connector, giving detailed reports on data syncs. These logs can be accessed through the UI, but they are focused on sync operations rather than user actions in the UI. [Browsing logs](https://docs.airbyte.com/operator-guides/browsing-output-logs) 2. The open-source version of Airbyte does not include user management or role-based access controls (RBAC) to track user actions. [Securing Airbyte Open Source](https://docs.airbyte.com/operating-airbyte/security#securing-airbyte-open-source) 3. There has been a feature request to expose Airbyte metrics in the open-source version, which could potentially include some audit-like information, but this has not been implemented. [Github Issue: Expose Airbyte metrics in open source](https://github.com/airbytehq/airbyte/issues/30965) 4. Another user has requested the ability to add tags/labels to sync logs and implement JSON logging for easier querying, which could help with tracking some actions, but this feature is not currently available. [Github Issue: Add tags/label the sync logs, JSON logging](https://github.com/airbytehq/airbyte/issues/27649) For now, if you need to track user actions and IPs, you might need to implement a custom solution, such as using a reverse proxy to log access or implementing additional logging at the network level. However, these would be external to Airbyte itself and not provide a complete picture of actions within the UI.