diff --git a/docs/getting-started/dashboard/audit-logs.mdx b/docs/getting-started/dashboard/audit-logs.mdx index bb31423b4..808a7112d 100644 --- a/docs/getting-started/dashboard/audit-logs.mdx +++ b/docs/getting-started/dashboard/audit-logs.mdx @@ -2,8 +2,10 @@ title: "Activity Logs" --- -Activity logs record all actions going through Infisical including CRUD operations applied to environment variables. They help answer questions like: +Activity logs record all actions going through Infisical including who performed which CRUD operations on environment variables and from what IP address. They help answer questions like: - Who added or updated environment variables recently? - Did Bob read environment variables last week (if at all)? - What IP address was used for that action? + +![Activity logs](../../images/activity-logs.png) diff --git a/docs/images/activity-logs.png b/docs/images/activity-logs.png new file mode 100644 index 000000000..29349c82b Binary files /dev/null and b/docs/images/activity-logs.png differ