Hello
I have our elastic agents collecting metrics about a MSK Kafka cluster using the following config:
- namespace: AWS/Kafka
And I am filtering by eu-central-1
Thats it.
It used to work 100%, but now it is not pulling all the data that is available under the namespace.
For example, aws.kafka.metrics.SumOffsetLag.avg
only appears in elastic for 2 out of 13 topics, but I can see all the information inside of Cloudwatch.
I dont see any errors in the Agent logs.
Cluster version and agent version are both 8.8.1
Anyone else experiencing this?