Module cloud

Module cloud 

Source
Expand description

Fields related to the cloud or infrastructure the events are coming from.

Constantsยง

CLOUD_ACCOUNT_ID
The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.
CLOUD_ACCOUNT_NAME
The cloud account name or alias used to identify different entities in a multi-tenant environment. Examples: AWS account name, Google Cloud ORG display name.
CLOUD_AVAILABILITY_ZONE
Availability zone in which this host, resource, or service is located.
CLOUD_INSTANCE_ID
Instance ID of the host machine.
CLOUD_INSTANCE_NAME
Instance name of the host machine.
CLOUD_MACHINE_TYPE
Machine type of the host machine.
CLOUD_ORIGIN_ACCOUNT_ID
The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.
CLOUD_ORIGIN_ACCOUNT_NAME
The cloud account name or alias used to identify different entities in a multi-tenant environment. Examples: AWS account name, Google Cloud ORG display name.
CLOUD_ORIGIN_AVAILABILITY_ZONE
Availability zone in which this host, resource, or service is located.
CLOUD_ORIGIN_INSTANCE_ID
Instance ID of the host machine.
CLOUD_ORIGIN_INSTANCE_NAME
Instance name of the host machine.
CLOUD_ORIGIN_MACHINE_TYPE
Machine type of the host machine.
CLOUD_ORIGIN_PROJECT_ID
The cloud project identifier. Examples: Google Cloud Project id, Azure Project id.
CLOUD_ORIGIN_PROJECT_NAME
The cloud project name. Examples: Google Cloud Project name, Azure Project name.
CLOUD_ORIGIN_PROVIDER
Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
CLOUD_ORIGIN_REGION
Region in which this host, resource, or service is located.
CLOUD_ORIGIN_SERVICE_NAME
The cloud service name is intended to distinguish services running on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs App Engine, Azure VM vs App Server. Examples: app engine, app service, cloud run, fargate, lambda.
CLOUD_PROJECT_ID
The cloud project identifier. Examples: Google Cloud Project id, Azure Project id.
CLOUD_PROJECT_NAME
The cloud project name. Examples: Google Cloud Project name, Azure Project name.
CLOUD_PROVIDER
Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
CLOUD_REGION
Region in which this host, resource, or service is located.
CLOUD_SERVICE_NAME
The cloud service name is intended to distinguish services running on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs App Engine, Azure VM vs App Server. Examples: app engine, app service, cloud run, fargate, lambda.
CLOUD_TARGET_ACCOUNT_ID
The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.
CLOUD_TARGET_ACCOUNT_NAME
The cloud account name or alias used to identify different entities in a multi-tenant environment. Examples: AWS account name, Google Cloud ORG display name.
CLOUD_TARGET_AVAILABILITY_ZONE
Availability zone in which this host, resource, or service is located.
CLOUD_TARGET_INSTANCE_ID
Instance ID of the host machine.
CLOUD_TARGET_INSTANCE_NAME
Instance name of the host machine.
CLOUD_TARGET_MACHINE_TYPE
Machine type of the host machine.
CLOUD_TARGET_PROJECT_ID
The cloud project identifier. Examples: Google Cloud Project id, Azure Project id.
CLOUD_TARGET_PROJECT_NAME
The cloud project name. Examples: Google Cloud Project name, Azure Project name.
CLOUD_TARGET_PROVIDER
Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
CLOUD_TARGET_REGION
Region in which this host, resource, or service is located.
CLOUD_TARGET_SERVICE_NAME
The cloud service name is intended to distinguish services running on different platforms within a provider, eg AWS EC2 vs Lambda, GCP GCE vs App Engine, Azure VM vs App Server. Examples: app engine, app service, cloud run, fargate, lambda.