diff --git a/docs.json b/docs.json index 683a41e..4fb9591 100644 --- a/docs.json +++ b/docs.json @@ -330,6 +330,7 @@ "pages": [ "settings/members-and-roles", "settings/model-configuration", + "settings/audit-logs", "settings/maxim-api-keys", "settings/custom-pricing", "settings/vault", diff --git a/images/docs/settings/audit-logs.png b/images/docs/settings/audit-logs.png new file mode 100644 index 0000000..15bbad3 Binary files /dev/null and b/images/docs/settings/audit-logs.png differ diff --git a/settings/audit-logs.mdx b/settings/audit-logs.mdx new file mode 100644 index 0000000..c405241 --- /dev/null +++ b/settings/audit-logs.mdx @@ -0,0 +1,17 @@ +--- +title: Audit Logs +description: Learn how to view audit logs in Maxim. +--- + +Audit logs are a record of all actions performed on the platform. + +- Go to `Settings` → `Audit Logs`. +- You can filter audit logs by user, resource type, action, and date-time range. + +![Audit Logs](/images/docs/settings/audit-logs.png) + +### Exporting audit logs + +You can export the audit logs to a CSV file by clicking on the `Export CSV` button in the top right corner. + +Any filters applied will be applied to the exported logs. \ No newline at end of file