elasticsearch/docs/reference/migration/migrate_8_0/aggregations.asciidoc

17 lines
549 B
Plaintext

[float]
[[breaking_80_aggregations_changes]]
=== Aggregations changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
[discrete]
[[percentile-duplication]]
==== Duplicate values no longer supported in percentiles aggregation
If you specify the `percents` parameter with the
{ref}/search-aggregations-metrics-percentile-aggregation.html[percentiles aggregation],
its values must be unique. Otherwise, an exception occurs.
// end::notable-breaking-changes[]