mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
948aee34f4
commit
9ebb487f93
1 changed files with 8 additions and 12 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue