[DOCS] add missing comma in percentile_rank aggregation example
This commit is contained in:
parent
fb7cd2ea9a
commit
bcb4decca9
|
@ -28,7 +28,7 @@ Let's look at a range of percentiles representing load time:
|
|||
"aggs" : {
|
||||
"load_time_outlier" : {
|
||||
"percentile_ranks" : {
|
||||
"field" : "load_time" <1>
|
||||
"field" : "load_time", <1>
|
||||
"values" : [15, 30]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue