GCP Bigtable pattern-based discovery
Summarize
Summary of GCP Bigtable pattern-based discovery
The GCP Bigtable pattern-based discovery enables ServiceNow customers to identify and map Google Cloud Bigtable instances within their cloud environment. This capability requires the latest version of the Discovery and Service Mapping Patterns application from the ServiceNow Store and adherence to GCP discovery prerequisites. The discovery process collects detailed configuration data and populates the Configuration Management Database (CMDB) with Bigtable-related resources and their relationships.
Show less
Key Features
- Discovery of Core Resources: The pattern discovers several key resource types including Cloud Service Accounts, Availability Zones, Google Datacenters, Bigtable Instances, Bigtable Clusters, and Bigtable Tables.
- CMDB Population: Each discovered resource is mapped to specific CMDB tables such as cmdbcicloudserviceaccount, cmdbciavailabilityzone, cmdbcigoogledatacenter, cmdbciclouddatabase, cmdbciclouddbcluster, and cmdbcidatabase. Relevant attributes like names, IDs, locations, operational states, and types are captured to provide a comprehensive view.
- Relationship Mapping: The discovery automatically establishes relationships between CIs to represent hosting, containment, clustering, and replication. Examples include datacenters hosting service accounts, clusters being part of databases, and databases replicating across datacenters.
- Tag Collection: Tags assigned to Bigtable instances in GCP are gathered and stored in the Key Value [cmdbkeyvalue] table, linking metadata to the corresponding CMDB records.
What Customers Can Expect
- Comprehensive visibility into GCP Bigtable environments within ServiceNow’s CMDB, supporting effective cloud resource management.
- Accurate operational and install status data for Bigtable instances and clusters, aiding in monitoring and lifecycle management.
- Clear understanding of geographic deployment through location and availability zone attributes.
- Improved impact analysis and service mapping thanks to detailed CI relationships reflecting real-world resource dependencies.
- Enhanced tagging information for governance, cost management, and compliance activities related to Bigtable resources.
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 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.
| 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]. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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.
| Field | Description |
|---|---|
| Key [key] | Tag name. |
| Value [value] | Tag value. |
| Configuration item [configuration_item] | References the Cloud DataBase [cmdb_ci_cloud_database] table. |