Open zmoog opened 1 day ago
For a short-term solution for users who want to map aws.dimensions
as an object
of keyword
s, I tried defining a custom dynamic template in the generic integration.
- name: dimensions.*
type: object
object_type: keyword
object_type_mapping_type: "*"
However, the aws.dimensions
takes precedence.
Situation
Elastic offers multiple integrations to collect metrics from CloudWatch in the AWS integration package.
Some are "specialized" and only collect metrics from one AWS service, like the EC2, ECS, Redshift, and others. However, one "generic" integration allows users to write the integration configs to collect metrics from any AWS service. The generic integration is excellent for collecting metrics from services we have not supported.
All integrations (specialized and generic), collect metric dimensions as
aws.dimentions.*
fields.Problem
Unfortunately, not all metrics integrations use the exact mapping for the
aws.dimentions
field.object
flattened
With different mappings, it's hard for users to correlate dimensions and build dashboards.
Solution
Work in progress.
We need to identify:
References
Related: