Skip to content

Commit 44da651

Browse files
committed
Remove external groups
1 parent 7dfc138 commit 44da651

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

test/packages/parallel/gcp/data_stream/compute/fields/ecs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
- external: ecs
2-
name: cloud
31
- external: ecs
42
name: cloud.account.id
53
- external: ecs
@@ -16,8 +14,6 @@
1614
name: cloud.region
1715
- external: ecs
1816
name: ecs.version
19-
- external: ecs
20-
name: error
2117
- external: ecs
2218
name: error.message
2319
- external: ecs

test/packages/parallel/gcp/docs/compute.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,9 @@ An example event for `compute` looks as following:
9898
| Field | Description | Type |
9999
|---|---|---|
100100
| @timestamp | Event timestamp. | date |
101-
| cloud | Fields related to the cloud or infrastructure the events are coming from. | group |
102101
| 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 |
103102
| 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-
| cloud.availability_zone | Availability zone in which this host is running. | keyword |
103+
| cloud.availability_zone | Availability zone in which this host, resource, or service is located. | keyword |
105104
| cloud.image.id | Image ID for the cloud instance. | keyword |
106105
| cloud.instance.id | Instance ID of the host machine. | keyword |
107106
| cloud.instance.name | Instance name of the host machine. | keyword |
@@ -117,7 +116,6 @@ An example event for `compute` looks as following:
117116
| data_stream.namespace | Data stream namespace. | constant_keyword |
118117
| data_stream.type | Data stream type. | constant_keyword |
119118
| 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 |
121119
| error.message | Error message. | match_only_text |
122120
| event.dataset | Event dataset | constant_keyword |
123121
| event.module | Event module | constant_keyword |

0 commit comments

Comments
 (0)