Adding autocomplete rules for composite agg (#15787)

This commit is contained in:
Shaunak Kashyap 2017-12-28 11:36:51 -08:00 committed by GitHub
parent a6f7434265
commit 1a467fee15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,6 +270,29 @@ var rules = {
"size": 10,
"shard_size": 10
},
"composite": {
__template: {
"sources": [
{
"NAME": {
"AGG_TYPE": {}
}
}
]
},
"sources": [
{
__scope_link: ".",
__template: {
"NAME": {
"AGG_TYPE": {}
}
}
}
],
"size": 10,
"after": {}
},
"percentiles": {
__template: {
"field": "",