Skip to content

Commit 64abc47

Browse files
alexshadow007cbuescher
authored andcommitted
[Docs] Fix documentation for percentiles bucket aggregation (#25229)
1 parent 0c11714 commit 64abc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/aggregations/pipeline/percentiles-bucket-aggregation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ A `percentiles_bucket` aggregation looks like this in isolation:
2020
--------------------------------------------------
2121
// NOTCONSOLE
2222

23-
.`sum_bucket` Parameters
23+
.`percentiles_bucket` Parameters
2424
|===
2525
|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
26+
|`buckets_path` |The path to the buckets we wish to find the percentiles for (see <<buckets-path-syntax>> for more
2727
details) |Required |
2828
|`gap_policy` |The policy to apply when gaps are found in the data (see <<gap-policy>> for more
2929
details)|Optional | `skip`

0 commit comments

Comments
 (0)