Skip to content

Commit

Permalink
Fix the actual cloud.provider example. (elastic#348)
Browse files Browse the repository at this point in the history
PR elastic#330 only fixed the text in the description :-)
  • Loading branch information
webmat committed Mar 5, 2019
1 parent f49d8bd commit 8d6d524
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Fields related to the cloud or infrastructure the events are coming from.

| Field | Description | Level | Type | Example |
|---|---|---|---|---|
| <a name="cloud.provider"></a>cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | extended | keyword | `ec2` |
| <a name="cloud.provider"></a>cloud.provider | Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. | extended | keyword | `aws` |
| <a name="cloud.availability_zone"></a>cloud.availability_zone | Availability zone in which this host is running. | extended | keyword | `us-east-1c` |
| <a name="cloud.region"></a>cloud.region | Region in which this host is running. | extended | keyword | `us-east-1` |
| <a name="cloud.instance.id"></a>cloud.instance.id | Instance ID of the host machine. | extended | keyword | `i-1234567890abcdef0` |
Expand Down
2 changes: 1 addition & 1 deletion fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
fields:
- name: provider
level: extended
example: ec2
example: aws
type: keyword
short: Name of the cloud provider.
description: >
Expand Down
2 changes: 1 addition & 1 deletion generated/csv/fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cloud.availability_zone,keyword,extended,us-east-1c,1.1.0-dev
cloud.instance.id,keyword,extended,i-1234567890abcdef0,1.1.0-dev
cloud.instance.name,keyword,extended,,1.1.0-dev
cloud.machine.type,keyword,extended,t2.medium,1.1.0-dev
cloud.provider,keyword,extended,ec2,1.1.0-dev
cloud.provider,keyword,extended,aws,1.1.0-dev
cloud.region,keyword,extended,us-east-1,1.1.0-dev
container.id,keyword,core,,1.1.0-dev
container.image.name,keyword,extended,,1.1.0-dev
Expand Down
2 changes: 1 addition & 1 deletion generated/ecs/fields_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ cloud.machine.type:
cloud.provider:
description: Name of the cloud provider. Example values are aws, azure, gcp, or
digitalocean.
example: ec2
example: aws
flat_name: cloud.provider
ignore_above: 1024
level: extended
Expand Down
2 changes: 1 addition & 1 deletion generated/ecs/fields_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ cloud:
provider:
description: Name of the cloud provider. Example values are aws, azure, gcp,
or digitalocean.
example: ec2
example: aws
flat_name: cloud.provider
ignore_above: 1024
level: extended
Expand Down
2 changes: 1 addition & 1 deletion generated/legacy/schema.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cloud.availability_zone,keyword,extended,us-east-1c
cloud.instance.id,keyword,extended,i-1234567890abcdef0
cloud.instance.name,keyword,extended,
cloud.machine.type,keyword,extended,t2.medium
cloud.provider,keyword,extended,ec2
cloud.provider,keyword,extended,aws
cloud.region,keyword,extended,us-east-1
container.id,keyword,core,
container.image.name,keyword,extended,
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
},
"cloud.provider": {
"description": "Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.",
"example": "ec2",
"example": "aws",
"footnote": "",
"group": 2,
"level": "extended",
Expand Down
2 changes: 1 addition & 1 deletion schemas/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fields:
- name: provider
level: extended
example: ec2
example: aws
type: keyword
short: Name of the cloud provider.
description: >
Expand Down

0 comments on commit 8d6d524

Please sign in to comment.