GCP Bigtable pattern-based discovery

  • Release version: Xanadu
  • Updated January 12, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of GCP Bigtable Pattern-Based Discovery

    The GCP Bigtable pattern-based discovery enables ServiceNow customers to automatically identify and map Google Cloud Bigtable instances within their cloud environments. This process may require updating to the latest version of the Discovery and Service Mapping Patterns application from the ServiceNow Store.

    Show full answer Show less

    Key Features

    • Prerequisites: Ensure familiarity with the GCP discovery prerequisites outlined in the Google Cloud Platform documentation.
    • Data Population: The discovery process collects and populates essential information in the Configuration Management Database (CMDB) related to Bigtable instances and their components.
    • Key Data Collected: The discovery captures various fields such as Account ID, Object ID, datacenter type, availability zone details, and operational statuses of Bigtable instances and clusters.

    Key Outcomes

    By utilizing the GCP Bigtable pattern-based discovery, customers can expect to achieve:

    • Automatic updates to the CMDB with comprehensive details of their Bigtable resources, enhancing visibility and management.
    • A clear understanding of the relationships among different components, such as Cloud Service Accounts, Datacenters, and Availability Zones.
    • Efficient tracking of operational statuses and configurations, helping in maintaining optimal performance and resource allocation.

    Discovery and Service Mapping Patterns finds GCP Bigtable instances on your cloud environment. Discovering some of these resources may require updating to the latest version of the Discovery and Service Mapping Patterns application from the ServiceNow Store.

    Pattern-based discovery and mapping requirements

    Verify the GCP discovery prerequisites section in Google Cloud Platform (GCP) Cloud components discovery using Patterns.

    Data collected by Discovery during horizontal discovery

    Discovery populates the data in the CMDB when running the Google Cloud Platform (GCP) - Bigtable DB pattern.

    Table 1. Cloud Service Account [cmdb_ci_cloud_service_account]
    Field Description
    Account Id [account_id] Name of the project used for the discovery.
    Object ID [object_id] Name of the project used for the discovery.
    Datacenter Type [datacenter_type] Datacenter type: Google Datacenter [cmdb_ci_google_datacenter].
    Table 2. Availability Zone [cmdb_ci_availability_zone]
    Field Description
    Name [name] Name of the availability zone.
    Description [short_description] Description of the availability zone.
    State [state] State of the Availability Zone. Possible values are Available or Terminated.
    Table 3. Google Datacenter [cmdb_ci_google_datacenter]
    Field Description
    Name [name] Datacenter or region name.
    Region [region] Datacenter or region name.
    Object ID [object_id] Unique identifier allocated by GCP for this resource.
    Description [short_description] Datacenter or region description.
    Table 4. Cloud DataBase [cmdb_ci_cloud_database]
    Field Description
    Name [name] Display name of the Bigtable instance.
    Object ID [object_id] Unique identifier for the Bigtable instance resource.
    Location [location] Geographic regions where the Bigtable instance clusters are deployed.
    Install Status [install_status] Install status of the Bigtable instance. Default value is Installed.
    State [state] Current operational state of the Bigtable instance. For example, Available or Terminated.
    Operational status [operational_status] Operational status of the Bigtable instance. Default value is Operational.
    Type [type] Resource type identifier. Value is set to bigtable-instance.
    Fully qualified domain name [fqdn] Fully qualified domain name (FQDN) for the Bigtable instance.
    Table 5. Cloud DataBase Cluster [cmdb_ci_cloud_db_cluster]
    Field Description
    Name [name] Name of the Bigtable cluster extracted from the cluster identifier.
    Install Status [install_status] Install status of the cluster. Default value is Installed.
    Operational status [operational_status] Operational status of the cluster. Default value is Operational.
    Node Count [node_count] Number of nodes allocated to serve the cluster.
    Cluster Type [cluster_type] Type of database cluster. Value is set to GCP Bigtable.
    Location [location] Geographic region where the cluster is deployed.
    Table 6. Database [cmdb_ci_database]
    Field Description
    Name [name] Full resource identifier of the Bigtable table.
    Type [type] Database type identifier. Value is set to bigtable.
    Install Status [install_status] Install status of the table. Default value is Installed.

    CI relationships

    The Google Cloud Platform (GCP) - Bigtable DB pattern creates these relationships to support GCP Bigtable discovery.

    CI Relationship CI
    Google Datacenter [cmdb_ci_google_datacenter] Hosted on::Hosts Cloud Service Account [cmdb_ci_cloud_service_account]
    Google Datacenter [cmdb_ci_google_datacenter] Contains::Contained by Availability Zone [cmdb_ci_availability_zone]
    Cloud DataBase [cmdb_ci_cloud_database] Contains::Contained by Database [cmdb_ci_database]
    Cloud DataBase [cmdb_ci_cloud_database] Hosted on::Hosts Cloud Service Account [cmdb_ci_cloud_service_account]
    Cloud DataBase [cmdb_ci_cloud_database] Replicates to::Replicated by Google Datacenter [cmdb_ci_google_datacenter]
    Cloud DataBase Cluster [cmdb_ci_cloud_db_cluster] Hosted on::Hosts Google Datacenter [cmdb_ci_google_datacenter]
    Cloud DataBase Cluster [cmdb_ci_cloud_db_cluster] Cluster of::Cluster Cloud DataBase [cmdb_ci_cloud_database]
    Key Value [cmdb_key_value] References Cloud DataBase [cmdb_ci_cloud_database]

    GCP Tag discovery

    The Google Cloud Platform (GCP) - Bigtable DB pattern collects tags and populates them in the Key Value [cmdb_key_value] table.

    Table 7. Key Value [cmdb_key_value]
    Field Description
    Key [key] Tag name.
    Value [value] Tag value.
    Configuration item [configuration_item] References the Cloud DataBase [cmdb_ci_cloud_database] table.