-
Notifications
You must be signed in to change notification settings - Fork 609
Document comprehensive audit log event types #8162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add detailed "Audit event types" section with categorized list of all audit event names - Include new example audit logs for createPost and patchConfig events - Update JSON data model description to reference comprehensive event types list - Address user feedback about insufficient audit log event documentation Fixes #8161 Co-authored-by: Carrie Warner (Mattermost) <cwarnermm@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA 1bafdbf |
|
@ewwollesen - I'd love to hear your thoughts on AI's draft re: what events are captured in audit logs via http://mattermost-docs-preview-pulls.s3-website-us-east-1.amazonaws.com/8162/comply/embedded-json-audit-log-schema.html |
|
Newest code from mattermost has been published to preview environment for Git SHA a440944 |
|
Newest code from mattermost has been published to preview environment for Git SHA b203c9f |
|
Next steps:
|
|
Newest code from mattermost has been published to preview environment for Git SHA af5817f |
|
Mattermost Audit Logging Events When audit logging is enabled and configured, Mattermost logs 285 unique Complete Mattermost Audit Events by Category User Management (34 events)
Channel Management (24 events)
Team Management (20 events)
Posts & Content (11 events)
Authentication & Security (18 events)
System Administration (19 events)
File Management (8 events)
OAuth Applications (12 events)
Webhooks (11 events)
Slash Commands (6 events)
Plugins (9 events)
Groups & LDAP (12 events)
Remote Clusters (10 events)
Data Retention (7 events)
Jobs (4 events)
Licensing (5 events)
Bot Management (6 events)
Custom Emojis (2 events)
Branding (2 events)
Search (2 events)
Roles & Schemes (4 events)
Preferences (2 events)
Channel Categories (5 events)
Export/Import (8 events)
Access Control (6 events)
Custom Profile Attributes (4 events)
Outgoing OAuth Connections (4 events)
Terms of Service (2 events)
Compliance & Audit (7 events)
Local Operations (15 events)
Total: 285 unique audit events across all categories, providing Configuration is managed through ExperimentalAuditSettings in |
|
@claude - Update this PR to include the comprehensive list of Mattermost Audit Logging Events defined via #8162 (comment). Don't include event counts. |
|
Claude finished @cwarnermm's task —— View job Updating PR with comprehensive Mattermost audit logging events
SummarySuccessfully updated the PR with the comprehensive list of Mattermost audit logging events. Here's what was accomplished: Changes Made:
Updated Categories:
The documentation now provides a comprehensive reference for all audit log event types that can be captured by Mattermost, making it much more useful for compliance and security monitoring purposes. Files Modified:
Commit: c06db30 - "Document comprehensive audit log event types" |
|
Newest code from mattermost has been published to preview environment for Git SHA 5cd63b8 |
- Replace limited audit event list with comprehensive list of all Mattermost audit events - Organize events by functional category (User Management, Channel Management, etc.) - Include detailed descriptions for each event type - Remove event counts as requested - Maintain proper RST table formatting for documentation consistency Co-authored-by: Carrie Warner (Mattermost) <cwarnermm@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA c06db30 |
|
/update-branch |
|
Error trying to update the PR. |
|
Newest code from mattermost has been published to preview environment for Git SHA 360e373 |
ewwollesen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Viewed the preview and it looks great. Good value for customers.
This PR addresses issue #8161 by adding comprehensive documentation for audit log event types.
Changes
Related Issue
Fixes #8161
Generated with Claude Code