Hi,
I have configured metricbeat with aws module for elb like following:
- module: aws
period: 5m
credential_profile_name: wazuh
shared_credential_file: /xxxxxx/credentials
metricsets:- cloudwatch
metrics: - namespace: AWS/EC2
name: ["CPUUtilization", "DiskWriteOps"]
statistic: ["Average"] - namespace: AWS/EBS
- namespace: AWS/ELB
- namespace: AWS/ALB
- namespace: AWS/Usage
- cloudwatch
In discover i see data like following:
aws.applicationelb.metrics.ActiveConnectionCount.sum
7
aws.applicationelb.metrics.HTTPCode_ELB_4XX_Count.sum
4
aws.applicationelb.metrics.NewConnectionCount.sum
41
aws.applicationelb.metrics.ProcessedBytes.sum
851,522
aws.applicationelb.metrics.RequestCount.sum
63
aws.cloudwatch.namespace
AWS/ApplicationELB
....
but i dont see nothing in the dashboard [Metricbeat AWS] ELB Overview
Do you know why ?
thanks in advance.
Best regards.