Docs: Correct description of example (#24541)

Copy and paste error.
This commit is contained in:
Suhas Karanth 2017-05-10 00:48:43 +05:30 committed by Nik Everett
parent 8f873620ee
commit 09c5fbfd00
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ A `extended_stats_bucket` aggregation looks like this in isolation:
|`sigma` |The number of standard deviations above/below the mean to display |Optional | 2
|===
The following snippet calculates the sum of all the total monthly `sales` buckets:
The following snippet calculates the extended stats for monthly `sales` bucket:
[source,js]
--------------------------------------------------

View File

@ -31,7 +31,7 @@ A `percentiles_bucket` aggregation looks like this in isolation:
|`percents` |The list of percentiles to calculate |Optional | `[ 1, 5, 25, 50, 75, 95, 99 ]`
|===
The following snippet calculates the sum of all the total monthly `sales` buckets:
The following snippet calculates the percentiles for the total monthly `sales` buckets:
[source,js]
--------------------------------------------------

View File

@ -30,7 +30,7 @@ A `stats_bucket` aggregation looks like this in isolation:
|`format` |format to apply to the output value of this aggregation |Optional | `null`
|===
The following snippet calculates the sum of all the total monthly `sales` buckets:
The following snippet calculates the stats for monthly `sales`:
[source,js]
--------------------------------------------------