Skip to content

Commit

Permalink
Updated asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
agithomas committed Apr 16, 2024
1 parent 2986dd6 commit 743b90e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion x-pack/metricbeat/module/aws/awshealth/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
This is the awshealth metricset of the module aws.
AWS Health metrics provide insights into the health of your AWS environment by monitoring various aspects such as open issues, scheduled maintenance events, security advisories, compliance status, notification counts, and service disruptions. These metrics help you proactively identify and address issues impacting your AWS resources, ensuring the reliability, security, and compliance of your infrastructure.

[float]
=== AWS Permissions
To collect AWS Health metrics using Elastic Metricbeat, you would need specific AWS permissions to access the necessary data. Here's a list of permissions required for an IAM user to collect AWS Health metrics:
----
health:DescribeAffectedEntities
health:DescribeEventDetails
health:DescribeEvents
----

[float]
=== Configuration example
[source,yaml]
----
- module: aws
period: 1d
metricsets:
- awshealth
----

0 comments on commit 743b90e

Please sign in to comment.