Account Activity Codes

The Compose platform logs activity that takes place within the platform; for example, deployments of databases, addons being added, scaling actions and similar. These can be viewed from the user interface under Accounts Activity. On this page we list the codes that can, potentially, be found in an account's activity log.

Deployment lifecycle

These codes reflect the overall lifecycle of a database deployment:

CodeDescription
deployment.provisionThe deployment has been provisioned.
deployment.provision_from_backupA deployment has been provisioned and loaded with data from a backup of this deployment.
deployment.apply_configurationRedis only: Changes have been made in the Settings page of the UI to this deployment.
deployment.reconfigChanges have been made in the Settings page of the UI to this deployment.
deployment.version.updateThe database version of the deployment has been changed. This may have involved a rolling-restart.
deployment.backupThe deployment's database was backed up.
deployment.backup_on_demandA request was made by the user or API to make a backup of the database.
deployment.capsule.destroyA capsule has been removed from this deployment, either by direct operations control or as a result of a removal action by the user.
deployment.install_lets_encrypt_certsThe deployment was updated to use Let's Encrypt certificates instead of self-signed certificates.
deployment.deprovisionThe deployment was de-provisioned.

Deployment add and remove

These codes reflect the addition and removal of addons and other components during a deployment's active life.

CodeDescription
deployment.add.haproxyA haproxy portal capsule has been added.
deployment.add.kibana
deployment.remove.kibana
Elasticsearch only: A Kibana addon has been added or removed.
deployment.add.nodesThe deployment has been horizontally scaled up by adding one (or more) nodes.
deployment.remove.nodeThe deployment has been horizontally scaled down by removing one (and only one) node.
deployment.add.oplog_portal
deployment.remove.oplog_portal
MongoDB only: An "oplog portal" addon has been added or removed.
deployment.add.rabbitmq_mqtt
deployment.remove.rabbitmq_mqtt
RabbitMQ only: An MQTT addon has been added or removed.
deployment.add.rabbitmq_stomp
deployment.remove.rabbitmq_stomp
RabbitMQ only: A STOMP addon has been added or removed.
deployment.add.readonly_slaveRedis only: A readonly slave was added.
deployment.add.shard
deployment.remove.shard
MongoDB only: A shard has been added or removed.
deployment.add.syslog
deployment.remove.syslog
A syslog addon has been added or removed.
deployment.add.telegraf
deployment.remove.telegraf
A telegraf addon has been added or removed.

Deployment scaling

These codes reflect changes in resource allocations to various components of database deployments:

CodeDescription
deployment.scale.membersThe database has been scaled by adding or removing RAM and storage from its available resources.
deployment.scale.backendJanusGraph only: The backing database has been scaled by adding or removing RAM and storage from its available resources.
deployment.scale.kibanaElasticsearch only: The allocation of memory to the Kibana addon has been changed.
deployment.scale.sshThe allocation of memory to the SSH portal in a deployment has been changed.
deployment.scale.haproxiesThe allocation of memory to all the HAproxy portals in a deployment has been changed.

Roles access

These codes are concerned with access to the database, either adjusting internal roles or switching SSL security verifications:

CodeDescription
deployment.roles.addAccess roles were added to the deployment.
deployment.roles.removeAccess roles were removed from the deployment.
account.roles.addAccess roles were added to the account.
account.roles.removeAccess roles were removed from the account.
cluster.roles.addAccess roles were added to a private/enterprise cluster.
cluster.roles.removeAccess roles were removed from a private/enterprise cluster.

Account management

A Compose account can support many users and teams. Changes to these are logged in the activity log.

CodeDescription
account.user.createA user has been created under this account.
account.user.updateA user's details have been updated.
account.user.password.updateA user's password has been changed
account.team.createA team has been created. Teams are groups of users.
account.team.destroyA team has been deleted.
account.update.invoiceThe accounts billing details (CC and address) have been updated.

User login monitoring

When an accounts users log in to the Compose console, their login success or failure is recorded.

CodeDescription
2fa.verifiedA user logged in with 2FA enabled and was verified.
2fa.invalid_codeA user attempted to log in with 2FA enabled and was rejected.
2fa.verified_recovery_codeA user logged in using thier 2FA recovery codes and was verified.
2fa.invalid_recovery_codeA user attempted to login using their 2FA recovery code. It was found to be invalid and the login attempt rejected.
u2f.verifiedA user logged in using a U2F token and was verified.
user.loginA user logged in using just username and password.

Still Need Help?

If this article didn't solve things, summon a human and get some help!