Connector version logs Stay organized with collections Save and categorize content based on your preferences.
This page explains how to view the connector version logs that are created inCloud Logging. These logs provide information about the details of theconnector versions that are installed on your hosts. With the connector versionlog, you can detect the hosts that have lower version connectors and plan fornecessary upgrades. These logs are generated every day.
The connector version logs display the following connector statuses:
- Current release: No action is required.
- Upgrade needed: The connector running on the host must be upgraded tothe available version.
- Newer version: The connector running on the host has a version higherthan that available on the backup/recovery appliance.
Permissions and roles
You need theIAM permissionroles/logging.viewer to view theconnector version logs. TheLogs Viewer role gives you read-only access toview connector version logs of all backup/recovery appliances in the specifiedproject. For more information about the IAM permissions and rolesthat apply to connector version logs data, seeAccess control with IAM.
View connector version logs
You can view Backup and DR connector version logs in Cloud Logging by usingthe Google Cloud console and the Google Cloud CLI.
Console
In the Google Cloud console, you can use theLogs Explorer to retrieve the Backup and DR connector version logs entries for your backup/recovery appliances:
- In the Google Cloud console, go to theLogging >Logs Explorer.
- Select an existing Cloud project.
- In theQuery builder pane, selectgcb_connector_version from theSelect Log name drop-down.
gcloud
The Google Cloud CLI provides a command-line interface to the Logging API. To read your connector version log entries of backup/recovery appliances in a project, run the following command:
gcloud logging read "logName : projects/PROJECT_ID/logs/backupdr.googleapis.com%2Fgcb_connector_version"Connector version log format
Backup and DR connector version log entries include the following fields:
Field | Description |
|---|---|
Appliance name | The name of the appliance associated with the host. |
Appliance ID | The ID of the appliance associated with the host. |
Host name | The name of the host associated with the connector. |
Host ID | The ID of the host associated with the connector. |
Host OS type | The type of OS installed on the host. |
Host IP address | The IP address of the host. |
DB authentication | Type of authentication, which can be DB orHost based authentication. |
Installed version | The current version of the connector installed on the host. |
Available version | The latest connector version available for upgrade. |
Version check | Displays the current connector version status on the host and provides recommendations for upgrades if necessary. The status can be the current release, upgrade required, or newer version. |
Disk preference | Determines whether images created by the host are formatted for NFS or block IO (iSCSI or fibre channel). |
Transport | The transport mode of the host, which can be NFS to hypervisor, SAN based, Guest VM ISCSI, or NFS to host.
|
The following sample is an example log entry logged on a backup/recovery appliancesky-full-82959.
{"insertId":"49945312_142868351806","jsonPayload":{"host_name":"hana1","host_ip_address":"10.10.238.233","available_version":"11.0.12.4","db_authentication":"Host","appliance_id":"142868351806","host_os_type":"Linux(SUSE Linux Enterprise Server 15 SP2)","host_id":"13889","disk_preference":"BLOCK","version_check":"Newer version","installed_version":"11.0.11.319","transport":"SAN Based","appliance_name":"sky-full-82959"},"resource":{"type":"backupdr.googleapis.com/ManagementConsole","labels":{"management_server_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","resource_container":"projects/XXXXXXXXXXXX","location":"us-central1"}},"timestamp":"2024-07-25T10:37:30.772Z","logName":"projects/project_ID/logs/backupdr.googleapis.com%2Fgcb_connector_version","receiveTimestamp":"2024-07-25T10:39:30.216711646Z"}Sample queries
To view selected logs, you can write custom queries in the query section.
Use the following query to view all the connector version logs for a givenPROJECT_ID:
logName="projects/PROJECT_ID/logs/backupdr.googleapis.com%2Fgcb_connector_version"If you are looking to view the connector version details log associated with a backup/recovery appliance.
logName="projects/PROJECT_ID/logs/backupdr.googleapis.com%2Fgcb_connector_version"jsonPayload.appliance_name="appliance_name"If you are looking for the connector version logs associated with a particular host.
logName="projects/PROJECT_ID/logs/backupdr.googleapis.com%2Fgcb_connector_version"jsonPayload.host_name="host_name"If you are looking to view the connector version logs where the upgrade is needed.
logName="projects/PROJECT_ID/logs/backupdr.googleapis.com%2Fgcb_connector_version"jsonPayload.version_check="Upgrade Needed"What's next
- To configure log-based alerts for Backup and DR Service, create a log query,using thefilter connector version logs, and thenConfigure log-based alerts.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.