Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libbeat]add EC2 fields to yaml for add_cloud_metadata #12335

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -1260,6 +1260,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.