Since #87849 and #88534 it is possible that anomaly detection jobs and datafeeds will encounter the aggregate_metric_double type.
We need to investigate how this will affect certain aspects of their behaviour:
- Specifying detector fields when the datafeed is using an aggregation
- Specifying detector fields when the datafeed is not using an aggregation
- Ability to switch a datafeed between using an aggregation and not using an aggregation without deleting and recreating the job
- Correct identification of whether to use
_source or doc values to get values from aggregate_metric_double fields
- How to appropriately set
summary_count_field when using aggregate_metric_double
Based on this investigation decide what changes we should make to either code or documentation.
Since #87849 and #88534 it is possible that anomaly detection jobs and datafeeds will encounter the
aggregate_metric_doubletype.We need to investigate how this will affect certain aspects of their behaviour:
_sourceor doc values to get values fromaggregate_metric_doublefieldssummary_count_fieldwhen usingaggregate_metric_doubleBased on this investigation decide what changes we should make to either code or documentation.