restore merge mistake.
Original commit: elastic/x-pack-elasticsearch@b6e7d0ad60
This commit is contained in:
parent
274b01998c
commit
19d1e32453
|
@ -6,11 +6,16 @@
|
|||
"index.number_of_replicas": 1,
|
||||
"index.watcher.template_version": 1,
|
||||
"index.mapper.dynamic" : false,
|
||||
"index.refresh_interval" : "5m"
|
||||
"index.refresh_interval" : "5m",
|
||||
"index.translog.flush_threshold_size" : "1GB",
|
||||
"index.store.throttle.type" : "none"
|
||||
},
|
||||
"mappings": {
|
||||
"watch_record": {
|
||||
"dynamic" : "strict",
|
||||
"_all" : {
|
||||
"enabled" : false
|
||||
},
|
||||
"properties": {
|
||||
"watch_id": {
|
||||
"type": "string",
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"mappings": {
|
||||
"watch": {
|
||||
"dynamic" : "strict",
|
||||
"_all" : {
|
||||
"enabled" : false
|
||||
},
|
||||
"properties": {
|
||||
"trigger" : {
|
||||
"type": "object",
|
||||
|
|
Loading…
Reference in New Issue