From 64abc47ab0bcd234d068e083a90d1a737c495eb3 Mon Sep 17 00:00:00 2001 From: Alexander Kazakov Date: Thu, 15 Jun 2017 11:16:32 +0300 Subject: [PATCH] =?UTF-8?q?[Docs]=C2=A0Fix=20documentation=20for=20percent?= =?UTF-8?q?iles=20bucket=20aggregation=20(#25229)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pipeline/percentiles-bucket-aggregation.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/aggregations/pipeline/percentiles-bucket-aggregation.asciidoc b/docs/reference/aggregations/pipeline/percentiles-bucket-aggregation.asciidoc index f386af209b1..fec2fe41d4f 100644 --- a/docs/reference/aggregations/pipeline/percentiles-bucket-aggregation.asciidoc +++ b/docs/reference/aggregations/pipeline/percentiles-bucket-aggregation.asciidoc @@ -20,10 +20,10 @@ A `percentiles_bucket` aggregation looks like this in isolation: -------------------------------------------------- // NOTCONSOLE -.`sum_bucket` Parameters +.`percentiles_bucket` Parameters |=== |Parameter Name |Description |Required |Default Value -|`buckets_path` |The path to the buckets we wish to find the sum for (see <> for more +|`buckets_path` |The path to the buckets we wish to find the percentiles for (see <> for more details) |Required | |`gap_policy` |The policy to apply when gaps are found in the data (see <> for more details)|Optional | `skip`