Files
coder/docs/admin/audit-logs.md
T
2022-09-19 21:28:23 -03:00

1.2 KiB

Audit Logs

This is an enterprise feature that allows Admins and Auditors to monitor what is happening in their deployment.

Tracked Events

This feature tracks create, update and delete events for the following resources:

  • GitSSHKey
  • Template
  • TemplateVersion
  • Workspace
  • APIKey
  • User

Filtering logs

In the Coder UI you can filter your audit logs using the pre-defined filter or by using the Coder's filter query like the examples below:

  • resource_type:workspace action:delete to find deleted workspaces
  • resource_type:template action:create to find created templates

The supported filters are:

  • resource_type - The type of the resource. It can be a workspace, template, user, etc. You can find here all the resource types that are supported.
  • action- The action applied to a resource. You can find here all the actions that are supported.

Enabling this feature

This feature is autoenabled for all enterprise deployments. An Admin can contact us to purchase a license here.