Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docs/operations/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ traceability. Events capture what happened, when it happened and who triggered
the event.

Workspace Owners and Managers can view events related to their specific
Workspaces in the "Compliance" tab in their workspace. Administrators have
access to all events in the "Admin Area" under "Compliance".
Workspaces in the "Compliance" tab in their workspace. Administrators and
users with the "Auditor" role have access to all events in the "Admin Area"
under "Compliance".

Events can also be exported via API. See the "Event Logs" section in our API
documentation for more details.

At the moment, the following objects are logged:

Expand All @@ -58,7 +62,10 @@ At the moment, the following objects are logged:
| OSB Service Instance | Created, updated, deleted |
| OSB Service Binding | Created, updated, deleted |
| meshStack Copilot System Prompt | Created, updated, deleted |
| Payment Method | [Feature Request](https://feedback.meshcloud.io/feature-requests/p/event-logs-for-payment-methods) |
| Payment Method | Created, updated, deleted |
| Policies | Created, updated, deleted |
| API Keys | Created, updated, deleted |
| API Users | Created, updated, deleted |
| Admin Settings | [Feature Request](https://feedback.meshcloud.io/feature-requests/p/event-logs-for-welcome-and-landing-page-and-settings) |

## API Access Logs
Expand Down