Skip to content

Commit

Permalink
[Metricbeat] Add cloud.account.id into events from aws module (#13558)
Browse files Browse the repository at this point in the history
* Seprate cloud.account.id and cloud.account.name
  • Loading branch information
kaiyan-sheng authored Oct 9, 2019
1 parent 57e6ea1 commit f4d3df2
Show file tree
Hide file tree
Showing 166 changed files with 26,863 additions and 152 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add `job` label by default when using Prometheus collector. {pull}13878[13878]
- Add `state_resourcequota` metricset for Kubernetes module. {pull}13693[13693]
- Add tags filter in ec2 metricset. {pull}13872[13872] {issue}13145[13145]
- Add cloud.account.id and cloud.account.name into events from aws module. {issue}13551[13551] {pull}13558[13558]

*Packetbeat*

Expand Down
10 changes: 10 additions & 0 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,16 @@ type: long
*`cloud.account.name`*::
+
--
The cloud account name or alias used to identify different entities in a multi-tenant environment.
type: keyword
--
[float]
=== aws
Expand Down
79 changes: 79 additions & 0 deletions vendor/github.com/aws/aws-sdk-go-v2/service/iam/api_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions vendor/github.com/aws/aws-sdk-go-v2/service/iam/api_doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f4d3df2

Please sign in to comment.