diff --git a/docs/using-platform/23_audit_logs.md b/docs/using-platform/23_audit_logs.md new file mode 100644 index 00000000..c88267d7 --- /dev/null +++ b/docs/using-platform/23_audit_logs.md @@ -0,0 +1,19 @@ +# Audit Logs + +Audit logs provide a detailed record of activities in any application deployed on the SettleMint Blockchain Transformation Platform. These logs provide the following key benefits: + +- Compliance: Ensure adherence to regulatory requirements and industry standards. +- Accountability: Maintain a clear record of actions and changes made by users for transparency. +- Troubleshooting: Facilitate the identification and resolution of issues by tracking system activity. +- Data integrity: Provide a reliable trail of data access and modifications, protecting against data tampering + +Audit logs can be accessed from the application menu, on the left. + +![Audit Logs](../../static/img/using-the-platform/audit-logs.png) + +Four filters are available to find specific entries in the logs: + +- Timestamp: select a time range or a day for which you want to get the logs. +- Service: choose the service you want to analyze. +- User: select a user from your application to see their actions. +- Action: filter based on a specific action (e.g. create, delete, pause,...). diff --git a/static/img/using-the-platform/audit-logs.png b/static/img/using-the-platform/audit-logs.png new file mode 100644 index 00000000..395b25ba Binary files /dev/null and b/static/img/using-the-platform/audit-logs.png differ