From 67a1c73a192c8af45c16e3aa614baf69fed0f28f Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Tue, 26 Jan 2021 19:21:36 -0700 Subject: [PATCH] Remove dimension TAGS from aws metricbeat module documentation for billing (#23546) (#23701) (cherry picked from commit f4416cb2898e70e5a7ab0a625fc3ac51895ecc94) Co-authored-by: Julien Guay --- x-pack/metricbeat/module/aws/billing/_meta/docs.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x-pack/metricbeat/module/aws/billing/_meta/docs.asciidoc b/x-pack/metricbeat/module/aws/billing/_meta/docs.asciidoc index 90b8f88da87..17a16cb7c4f 100644 --- a/x-pack/metricbeat/module/aws/billing/_meta/docs.asciidoc +++ b/x-pack/metricbeat/module/aws/billing/_meta/docs.asciidoc @@ -49,8 +49,6 @@ different groups, either dimensions, tag keys, or both. Right now we support group by type dimension and type tag with separate config parameters: * *group_by_dimension_keys*: A list of keys used in Cost Explorer to group by -dimensions. Valid values are AZ, INSTANCE_TYPE, LEGAL_ENTITY_NAME, -LINKED_ACCOUNT, OPERATION, PLATFORM, PURCHASE_TYPE, SERVICE, TAGS, TENANCY, and -USAGE_TYPE. +dimensions. Valid values are AZ, INSTANCE_TYPE, LINKED_ACCOUNT, OPERATION, PURCHASE_TYPE, REGION, SERVICE, 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 and RESERVATION_ID. * *group_by_tag_keys*: A list of keys used in Cost Explorer to group by tags.