We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c11714 commit 64abc47Copy full SHA for 64abc47
docs/reference/aggregations/pipeline/percentiles-bucket-aggregation.asciidoc
@@ -20,10 +20,10 @@ A `percentiles_bucket` aggregation looks like this in isolation:
20
--------------------------------------------------
21
// NOTCONSOLE
22
23
-.`sum_bucket` Parameters
+.`percentiles_bucket` Parameters
24
|===
25
|Parameter Name |Description |Required |Default Value
26
-|`buckets_path` |The path to the buckets we wish to find the sum for (see <<buckets-path-syntax>> for more
+|`buckets_path` |The path to the buckets we wish to find the percentiles for (see <<buckets-path-syntax>> for more
27
details) |Required |
28
|`gap_policy` |The policy to apply when gaps are found in the data (see <<gap-policy>> for more
29
details)|Optional | `skip`
0 commit comments