Elasticsearch Version 7.10, Kibana Version 7.10.2
Hosted on AWS OpenSearch
When creating a bucket aggregation, there is an option in Kibana to "Drop Partial Buckets". However, this option does not seem to work for pipeline aggregations (like an "Average Bucket" metric for a gauge) in Kibana 7.10.2.
My question is then: is there a version of Kibana that supports dropping partial buckets for pipeline aggregations? And if not, is this a feature currently in the works?
Also, just for clarification, when you use the option to drop partial buckets for a regular bucket aggregation, does this alter the data request to Elasticsearch to have it drop the partial buckets, or does Kibana itself drop the partial buckets after getting the data from Elasticsearch?