Dear Team,
We have configured Metricbeat with AWS module for AWS billing metrics PFB configuration
- module: aws
period: 24h
metricsets:
- billing
role_arn: xxxxxxxxxxxxxxxx
cost_explorer_config:
group_by_dimension_keys:
- "AZ"
- "INSTANCE_TYPE"
- "SERVICE"
- "LINKED_ACCOUNT"
- "OPERATION"
- "PURCHASE_TYPE"
- "REGION"
- "USAGE_TYPE"
- "USAGE_TYPE_GROUP"
- "RECORD_TYPE"
- "OPERATING_SYSTEM"
- "TENANCY"
- "SCOPE"
- "PLATFORM"
- "SUBSCRIPTION_ID"
- "LEGAL_ENTITY_NAME"
- "DEPLOYMENT_OPTION"
- "DATABASE_ENGINE"
- "CACHE_ENGINE"
- "INSTANCE_TYPE_FAMILY"
- "BILLING_ENTITY"
- "RESERVATION_ID"
group_by_tag_keys:
- "aws:createdBy"
and also tried configuration file as
- module: aws
period: 24h
metricsets:
- billing
role_arn: xxxxxxxxxxxxxxxx
cost_explorer_config:
group_by_dimension_keys:
- "AZ"
- "INSTANCE_TYPE"
- "SERVICE"
group_by_tag_keys:
- "aws:createdBy"
By using the above YAML configuration we can see data only for blended, unblended & Amortized cost but not for estimated charges.
Can you please help, how to get estimated charges?
Thanks,
Sathish Thumma.