restore merge mistake.

Original commit: elastic/x-pack-elasticsearch@b6e7d0ad60
This commit is contained in:
Martijn van Groningen 2015-04-30 01:42:40 +02:00
parent 274b01998c
commit 19d1e32453
2 changed files with 9 additions and 1 deletions

View File

@ -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",

View File

@ -11,6 +11,9 @@
"mappings": {
"watch": {
"dynamic" : "strict",
"_all" : {
"enabled" : false
},
"properties": {
"trigger" : {
"type": "object",