Pipeline aggregation doesn't deduplicate underlying aggs #26611
Labels
enhancement
New value added to drive a business result
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Feature:Search
Querying infrastructure in Kibana
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Kibana version: 6.5.1
Steps to reproduce:
Expected behavior: Kibana should deduplicate the same underlying aggregation and only run them once.
Screenshots (if relevant):
![screenshot from 2018-12-04 10-11-30](https://user-images.githubusercontent.com/32132/49431109-0039f000-f7ad-11e8-95eb-fa435ec920e0.png)
Imagine asking for both
avg
andmax
buckets, underlying request then looks like:The text was updated successfully, but these errors were encountered: