Skip to content

Commit

Permalink
Update documentation with cloudwatch:ListMetrics permission (elastic#…
Browse files Browse the repository at this point in the history
…11987)

* Update documentation with cloudwatch:ListMetrics permission

* Update changelog
  • Loading branch information
kaiyan-sheng authored Apr 30, 2019
1 parent f457715 commit 262e51a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Change `add_cloud_metadata` processor to not overwrite `cloud` field when it already exist in the event. {pull}11612[11612] {issue}11305[11305]
- Change diskio metrics retrieval method (only for Windows) from wmi query to DeviceIOControl function using the IOCTL_DISK_PERFORMANCE control code {pull}11635[11635]
- Call GetMetricData api per region instead of per instance. {issue}11820[11820] {pull}11882[11882]
- Update documentation with cloudwatch:ListMetrics permission. {pull}11987[11987]

*Packetbeat*

Expand Down
3 changes: 2 additions & 1 deletion x-pack/metricbeat/module/aws/ec2/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ We fetch the following data:
Some specific AWS permissions are required for IAM user to collect AWS EC2 metrics.
----
ec2:DescribeInstances
cloudwatch:GetMetricData
ec2:DescribeRegions
cloudwatch:GetMetricData
cloudwatch:ListMetrics
----

[float]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Some specific AWS permissions are required for IAM user to collect AWS s3_daily_
----
ec2:DescribeRegions
cloudwatch:GetMetricData
cloudwatch:ListMetrics
----
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Some specific AWS permissions are required for IAM user to collect AWS s3_reques
----
ec2:DescribeRegions
cloudwatch:GetMetricData
cloudwatch:ListMetrics
----
1 change: 1 addition & 0 deletions x-pack/metricbeat/module/aws/sqs/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CloudWatch metrics for Amazon SQS queues are automatically collected and pushed
Some specific AWS permissions are required for IAM user to collect AWS SQS metrics.
----
cloudwatch:GetMetricData
cloudwatch:ListMetrics
ec2:DescribeRegions
sqs:ListQueues
----
Expand Down

0 comments on commit 262e51a

Please sign in to comment.