Backup vault consumption reports for vaulted resources

This page provides an overview of prebuilt backup vault consumption reports, which are available in BigQuery and Looker Studio. These reports are displayed for vaulted resources that are protected using backup plans.

You can access this report after you execute the prebuilt script in the same project where the logs are being routed through the log sink.

The backup vault consumption report includes the following fields.

  • date: The date when the backup vault consumption report was last updated.
  • resource_type: The type of resource that is protected in a backup vault, for example, a Compute Engine instance.
  • resource_name: The name of the resource that is associated with the protected resource.
  • resource_project_name: The name of the project where the resource exists.
  • backup_vault_name: The name of the backup vault that is associated with the protected resource.
  • backup_vault_stored_bytes_in_gib: The amount of storage space consumed by backups in GiB in a backup vault.
  • backup_vault_minimum_enforced_retention_days: The minimum timeframe in days that backups in that vault are being protected from deletion.
  • backup_plan_name: The name of the backup plan that is associated with the resource.
  • first_available_restore_point: The timestamp when the first (oldest) backup was taken, which is in the YYYY-MM-DD HH:MM:SS UTC format.
  • last_available_restore_point: The timestamp when the latest backup was successfully taken, which is in the YYYY-MM-DD HH:MM:SS UTC format.
  • backup_vault_project_name: The name of the backup vault project where the backups are stored.
  • backup_vault_location: The location of the backup vault.
  • resource_location: The location of the protected resource.

What's next