Hello Everyone,
I have recently upgraded the Elastic Stack from 7.17.1 to 8.1.2. All the metrics are coming in fine except for AWS RDS which is coming very rarely even though the period is set to 60s.
The IAM user has all the required permissions since metrics are coming (even if rarely). The module YAML is:
- module: aws
period: 60s
xpack.enabled: true
metricsets:
- "rds"
regions:
- "${AWS_REGION}"
access_key_id: "${AWS_ACCESS_KEY_ID}"
secret_access_key: "${AWS_SECRET_ACCESS_KEY}"
default_region: "${AWS_REGION:eu-west-1}"
timeout: 30s
connect_timeout: 15s
I tried running metricbeat in debug mode (metricbeat -e -d "*") but couldn't see any request being sent out even after 15 minutes for polling the metrics.
@Kaiyan_Sheng has anything changed in 8.1.2 which I missed as I did check all the release notes and breaking changes before upgrade.