fixing issues with autocomplete and bucket aggs (#17695) (#17755)

This commit is contained in:
Bill McConaghy 2018-04-17 16:19:03 -04:00 committed by GitHub
parent 948aee34f4
commit 9ebb487f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -445,26 +445,22 @@ var rules = {
},
"bucket_script": {
__template: {
buckets_path: "",
script: {}
buckets_path: {},
script: ""
},
buckets_path: "",
buckets_path: {},
format: "",
gap_policy: gap_policy,
script: {
// populated by a global rule
}
script: ""
},
"bucket_selector": {
__template: {
buckets_path: "",
script: {}
buckets_path: {},
script: ""
},
buckets_path: "",
buckets_path: {},
gap_policy: gap_policy,
script: {
// populated by a global rule
}
script: ""
},
"matrix_stats": {
__template: {