-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
---- |