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

Update documentation with cloudwatch:ListMetrics permission #11987

Merged
merged 2 commits into from
Apr 30, 2019
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
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,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