-
Notifications
You must be signed in to change notification settings - Fork 461
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
AWS Health Integration #8907
Comments
Debug Logs Format :
|
When there is a status available against a resource ARN, AWS provides a view such as below, in contraction to the view mentioned here |
Not all events has an associated end time. In such cases, the end_time will be stored as |
I tried to export a dashboard using metricbeat using the command -
Also, i see a message , mentioned below
This error will be discussed with the ecosystem team to find if any mistake in command is made or if this is a known issue? |
Requested for the team review of the Metricbeat PR. Once merged, the Integration development of the AWS Health package will resume. |
Based on the feedback, the below changes are now attempted
|
|
Metricbeat changes are merged into the main branch. |
Assigning the project status to "Waiting". The remaining enhancement will commence following the availability of AWS Health metric beat as part of the elastic-agent. |
PR merged |
AWS Health assists in effectively managing ongoing events. It offers continuous insight into the performance of your resources and the availability of your AWS services and accounts. By leveraging AWS Health events, users obtain valuable insights into how service and resource modifications may impact their applications hosted on AWS.
The AWS Health integration with Elastic will retrieve the following information:
DescribeEvents operation - Summary information about events that are related to an AWS account. The events can be related to AWS operational issues, scheduled changes to AWS infrastructure, or security and billing notifications.
DescribeEventDetails operation - Detailed information about one or more events, such as the AWS service, Region, Availability Zone, event start and end times, and a text description.
DescribeAffectedEntities operation- Information about entities that are affected by one or more events. The results can be filtered by additional criteria, such as status, that might be assigned to AWS resources.
High Level Design
Criteria
Metric Fetch Mechanism
github.com/aws/aws-sdk-go-v2/service/health will be used to fetch the details of AWS Health
API Details
PR Link : elastic/beats#38370
Evaluation & Prototyping
Test Scripts Development (Metricbeat Module)
Metricbeat module development
AWS Health Integration package Development
Release Process
The text was updated successfully, but these errors were encountered: