-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: add audit log section * docs: adjust docs for audit logs * feat: add audit log table img --------- Co-authored-by: Sebastian Sauerer <[email protected]>
- Loading branch information
1 parent
445232c
commit 5537319
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
sidebar_position: 14 | ||
--- | ||
|
||
# Audit logs | ||
|
||
[[API Docs](/api/audit-logs)] | ||
[[SDK](https://www.npmjs.com/package/@epilot/audit-logs-client)] | ||
|
||
Audit logs are a record of all the events which modified resources in your account. This includes changes to entities, automations, webhooks, and more. The audit logs are immutable and can be accessed by admin users in the epilot portal. | ||
|
||
|
||
:::info | ||
|
||
Audit logs are a pricing feature for enterprise tiers. Contact our sales team to learn more about the pricing. | ||
|
||
::: | ||
|
||
![Audit log table](../static/img/audit-log-table.png) | ||
|
||
## Permission | ||
To access the audit logs, you need to have the `audit_log:view` permission. This permission is only available to admin users or as a dedicated permission, which can be assigned to any user in the access management. | ||
|
||
## Services being audited | ||
As epilot covers a variety of services, the audit logging is added incrementally. The following services are currently being audited. Contact our support team if you need audit logs for a service not listed here. | ||
|
||
|
||
| Service | | | ||
|---------- |---------- | | ||
| Entity | ✅ | | ||
| Workflow | ✅ | | ||
| Webhook | ✅ | | ||
| Automation| ✅ | | ||
| Journey | ❌ | | ||
| User | ✅ | | ||
| Permission | ✅ | | ||
| Blueprint | ❌ | | ||
| Messaging | ❌ | | ||
|
||
|
||
## Facade apis | ||
Our generic entity api is audited. More specific wrappers for this apis (facade apis) are not audited to avoid duplication. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.