[Docs] Fix documentation for percentiles bucket aggregation (#25229)

This commit is contained in:
Alexander Kazakov 2017-06-15 11:16:32 +03:00 committed by Christoph Büscher
parent 0c117145f6
commit 64abc47ab0
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ A `percentiles_bucket` aggregation looks like this in isolation:
-------------------------------------------------- --------------------------------------------------
// NOTCONSOLE // NOTCONSOLE
.`sum_bucket` Parameters .`percentiles_bucket` Parameters
|=== |===
|Parameter Name |Description |Required |Default Value |Parameter Name |Description |Required |Default Value
|`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
details) |Required | details) |Required |
|`gap_policy` |The policy to apply when gaps are found in the data (see <<gap-policy>> for more |`gap_policy` |The policy to apply when gaps are found in the data (see <<gap-policy>> for more
details)|Optional | `skip` details)|Optional | `skip`