Hi,
I am trying to fetch elb and lambda metricset of aws module but I am getting error -
Error creating runner from config: 1 error: metricset 'aws/elb' not found
I am using Metricbeat 7.1.1 version. Please see the below aws.yml configuration
- module: aws
period: 5m
metricsets:- elb
credential_profile_name: testDB
regions: - eu-central-1
- elb
Can you please help to resolve the issue?