GCP Bigtable pattern-based discovery
Summarize
Summary of GCP Bigtable Pattern-Based Discovery
The GCP Bigtable pattern-based discovery feature allows ServiceNow customers to find and manage Google Cloud Platform (GCP) Bigtable instances within their cloud environments. This feature requires the latest version of the Discovery and Service Mapping Patterns application from the ServiceNow Store for optimal functionality.
Show less
Key Features
- Data Collection: During discovery, data regarding GCP Bigtable instances is populated in the Configuration Management Database (CMDB). Key entities include Cloud Service Accounts, Availability Zones, Google Datacenters, Cloud Databases, and Cloud Database Clusters.
- CI Relationships: The discovery process establishes relationships between various configuration items (CIs) including how databases are hosted, contained, and replicated.
- Tag Discovery: The discovery pattern collects tags associated with Cloud Databases and stores them in the Key Value table for easy reference and management.
Key Outcomes
By utilizing this discovery pattern, customers can expect enhanced visibility of their GCP Bigtable resources, ensuring they can effectively manage their cloud infrastructure. This capability supports informed decision-making and operational efficiency through a clear understanding of resource relationships and configurations.
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. |