An audit event is a data record that captures something that happened in Nebius AI Cloud, along with metadata that provides additional context. The metadata shows how events relate to resources or to each other. Each event in Audit Logs has a JSON representation that conforms to the CloudEvents specification. You can use the Nebius AI Cloud web console or CLI to view and filter audit events for your tenant.Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Make sure you are in a group that has theadmin role within your tenant; for example, the default admins group. You can check this in the Administration → IAM section of the web console.
How to view events
- Web console
- CLI
In the sidebar, go to
Administration → Audit Logs. To work with the events on this page, you can do the following:
-
On the Logs tab:
- Select the event type: Control plane or Data plane. Control plane events track management operations on resources (such as creating or deleting virtual machines). Data plane events track data access operations (such as reading or writing objects in Object Storage).
- View event JSONs. To do this, click
in an event’s row.
- Filter events by period or by using filters. Click
Filters and select the filters you need.
-
On the Metrics tab:
- Select the event type: Control plane or Data plane.
- View the number of events processed per second in a specific region and time period.
- Only for data plane events, view information related to quota usage. For more information, see Quotas in Audit Logs.