Skip to content

Instantly share code, notes, and snippets.

@ynh-zz
Created June 26, 2014 14:17
Show Gist options
  • Save ynh-zz/83c1f3fceec3b98e283c to your computer and use it in GitHub Desktop.
Save ynh-zz/83c1f3fceec3b98e283c to your computer and use it in GitHub Desktop.
GET /tenant1/request/_search?parent=
{
"aggs" : {
"normalized_path" : {
"terms" : { "field" : "normalized_path" }
,
"aggs":{
"load_time_outlier" : {
"percentiles" : {
"field" : "loadtime"
}
}}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment