Hello Community,
I have an Elastic integration with AWS, where the Elastic Agent (running on EC2) fetches metrics from AWS CloudWatch and stores them in an index. Metrics for various resources (EC2, RDS, DynamoDB, ECS, etc.) are being collected successfully, but AWS Glue metrics are not being fetched by the Elastic Agent.
I tried the following configurations, but neither worked:
- namespace: Glue
name:
- glue.ALL.disk.used.percentage
statistic:
- Average
- namespace: AWS/Glue
name:
- glue.ALL.disk.used.percentage
statistic:
- Average
If anyone has insights or knows the correct configuration, your help would be greatly appreciated.