mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
parent
8f873620ee
commit
09c5fbfd00
@ -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]
|
||||
--------------------------------------------------
|
||||
|
@ -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]
|
||||
--------------------------------------------------
|
||||
|
@ -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]
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user