Backend PR: elastic/elasticsearch#51808
Backend Issue: elastic/elasticsearch#51663
The backend added support for the percentiles aggregation which would be nice to have in the UI, too.
Requirements
- be able to specify the output field, same as for single value aggs, however percentiles adds an object with subfields (not configurable)
- be able to customize percentiles
Backend PR: elastic/elasticsearch#51808
Backend Issue: elastic/elasticsearch#51663
The backend added support for the percentiles aggregation which would be nice to have in the UI, too.
Requirements