Yandex Audit Trails event reference
Written by
Updated at September 1, 2025
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>
Management 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 event reference
Event name | Description |
---|---|
CreateDatabase |
Creating a database |
CreateUser |
Creating a database user |
DeleteDatabase |
Deleting a database |
DeleteUser |
Deleting a database user |
GrantUserPermission |
Assigning privileges to a database user |
RevokeUserPermission |
Revoking a database user's privileges |
UpdateDatabase |
Updating a database |
UpdateUser |
Editing a database user |