Elasticsearch Version
main
Installed Plugins
No response
Java Version
bundled
OS Version
all
Problem Description
When you configure an aggregate_metric_double with ignore_malformed: true and send a malformed value we create an _ignored field with three values, field.value_count, field.min, and field.max. This is the only top "composite" field that creates _ignored values for its children. Things like shape only create field in _ignored. Is there a good reason for aggregate_metric_double to be different?
Steps to Reproduce
see above
Logs (if relevant)
No response
Elasticsearch Version
main
Installed Plugins
No response
Java Version
bundled
OS Version
all
Problem Description
When you configure an
aggregate_metric_doublewithignore_malformed: trueand send a malformed value we create an_ignoredfield with three values,field.value_count,field.min, andfield.max. This is the only top "composite" field that creates_ignoredvalues for its children. Things like shape only createfieldin_ignored. Is there a good reason foraggregate_metric_doubleto be different?Steps to Reproduce
see above
Logs (if relevant)
No response