You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/packages/parallel/gcp/docs/compute.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -98,17 +98,18 @@ An example event for `compute` looks as following:
98
98
| Field | Description | Type |
99
99
|---|---|---|
100
100
|@timestamp| Event timestamp. | date |
101
-
| cloud | Fields related to the cloud or infrastructure the events are coming from. | group |
102
101
| 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. | keyword |
103
102
| 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. | keyword |
104
103
| cloud.availability_zone | Availability zone in which this host is running. | keyword |
105
104
| cloud.image.id | Image ID for the cloud instance. | keyword |
106
105
| cloud.instance.id | Instance ID of the host machine. | keyword |
107
106
| cloud.instance.name | Instance name of the host machine. | keyword |
108
107
| cloud.machine.type | Machine type of the host machine. | keyword |
109
-
| cloud.project.id | Name of the project in Google Cloud. | keyword |
108
+
| cloud.project.id | The cloud project identifier. Examples: Google Cloud Project id, Azure Project id. | keyword |
109
+
| cloud.project.name | The cloud project name. Examples: Google Cloud Project name, Azure Project name. | keyword |
110
110
| cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | keyword |
111
-
| cloud.region | Region in which this host is running. | keyword |
111
+
| cloud.region | Region in which this host, resource, or service is located. | keyword |
112
+
| 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. | keyword |
112
113
| container.id | Unique container id. | keyword |
113
114
| container.image.name | Name of the image the container was built on. | keyword |
114
115
| container.labels | Image labels. | object |
@@ -117,8 +118,12 @@ An example event for `compute` looks as following:
117
118
| data_stream.namespace | Data stream namespace. | constant_keyword |
118
119
| data_stream.type | Data stream type. | constant_keyword |
119
120
| ecs.version | ECS version this event conforms to. `ecs.version` is a required field and must exist in all events. When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events. | keyword |
120
-
| error | These fields can represent errors of any kind. Use them for errors that happen while fetching events or in cases where the event itself contains an error. | group |
0 commit comments