Yandex Audit Trails event reference
Written by
Updated at February 12, 2026
Audit Trails supports tracking control plane and data plane events for Yandex StoreDoc.
The general format of the event_type field value is as follows:
yandex.cloud.audit.mdb.mongodb.<event_name>
Control plane event reference
| Event name | Description |
|---|---|
AddClusterHosts |
Adding new hosts to a cluster |
AddClusterShard |
Adding a shard to a cluster |
BackupCluster |
Creating backups |
CreateCluster |
Creating a cluster |
DeleteBackup |
Deleting backups |
DeleteCluster |
Deleting a cluster |
DeleteClusterHosts |
Deleting hosts from a cluster |
DeleteClusterShard |
Deleting a shard from a cluster |
EnableClusterSharding |
Enabling sharding for a cluster |
MoveCluster |
Moving a cluster |
RescheduleMaintenance |
Changing scheduled maintenance date and time |
RestoreCluster |
Creating a new cluster from a backup |
StartCluster |
Starting a cluster |
StopCluster |
Stopping a cluster |
UpdateCluster |
Updating a cluster |
ResetupHosts |
Resyncing a host |
RestartHosts |
Restarting a host |
StepdownHosts |
Changing the master host |
Data plane event reference
| Event name | Description |
|---|---|
AuthCheck |
Authentication check |
CreateDatabase |
Creating a database |
CreateUser |
Creating a database user |
DeleteDatabase |
Deleting a database |
DeleteUser |
Deleting a database user |
GenericAuditEvent |
Starting a database check |
GetDatabase |
Getting database info |
GetUser |
Getting user info |
GrantUserPermission |
Assigning privileges to a database user |
ListDatabases |
Getting a list of databases |
ListUsers |
Getting a list of users |
RevokeUserPermission |
Revoking a database user's privileges |
UpdateDatabase |
Updating a database |
UpdateUser |
Editing a database user |
UserAuthentication |
User authentication |
UserLogout |
Disconnecting a user from a database |