Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: stonezdj <[email protected]>
  • Loading branch information
stonezdj committed Jan 2, 2025
1 parent b937fae commit cb6b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/new/enhance_audit_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ and it returns the `AuditLogEventType`
### Disable Audit Log Event Type

Add a new configuration item in the system configuration page to disable the unwanted audit log event type.
Add the `audit_log_disable` configuration item in the Configuration -> System Settings page, the user can select the event type to disable the audit log event, the event type should be separated by comma. Because the event type is the combination of operation and resource type, the user can input the operation and resource type to disable the audit log event. it is a string type configuration item. all audit log event types are retrieved from the API `/api/v2.0/auditlog-exts/eventtypes`.
Add the `audit_log_disable` configuration item in the Configuration -> System Settings page, the user can select the event type to disable the audit log event, the event type should be separated by comma. Because the event type is the combination of operation and resource type, the user can input the operation and resource type to disable the audit log event. it is a string type configuration item. all audit log event types are retrieved from the API `/api/v2.0/auditlog-exts/events`.

![Disable Audit Log Event Type](../images/enhance_auditlog/config_disable_event_type.png)

Expand Down

0 comments on commit cb6b70f

Please sign in to comment.