Skip to content

Commit

Permalink
[libbeat]add EC2 fields to yaml for add_cloud_metadata (#12335)
Browse files Browse the repository at this point in the history
* add EC2 fields to yaml for add_cloud_metadata
  • Loading branch information
Pablo Mercado authored May 31, 2019
1 parent 92ab96b commit f59c5f7
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 8 deletions.
10 changes: 10 additions & 0 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2542,6 +2542,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/include/fields.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion filebeat/include/fields.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions journalbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion journalbeat/include/fields.go

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions libbeat/processors/add_cloud_metadata/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
example: project-x
description: >
Name of the project in Google Cloud.
- name: cloud.image.id
example: ami-abcd1234
description: >
Image ID for the cloud instance.
# Alias for old fields
- name: meta.cloud.provider
Expand Down Expand Up @@ -44,3 +49,5 @@
type: alias
path: cloud.region
migration: true


10 changes: 10 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2390,6 +2390,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/include/fields/fields.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions packetbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/include/fields.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions winlogbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/include/fields.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions x-pack/functionbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ example: project-x
Name of the project in Google Cloud.
--
*`cloud.image.id`*::
+
--
example: ami-abcd1234
Image ID for the cloud instance.
--
*`meta.cloud.provider`*::
Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/include/fields.go

Large diffs are not rendered by default.

0 comments on commit f59c5f7

Please sign in to comment.