Skip to content

Commit

Permalink
[1.0] Fix the actual cloud.provider example. (#348) (#361)
Browse files Browse the repository at this point in the history
Backports the following commits to 1.0:
 - Fix the actual cloud.provider example.  (#348)
  • Loading branch information
ruflin authored Mar 5, 2019
1 parent 94a2cd7 commit e4f1941
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2,013 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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 @@ -221,7 +221,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 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
Loading

0 comments on commit e4f1941

Please sign in to comment.