Merge remote-tracking branch 'upstream/master'

Original commit: elastic/x-pack-elasticsearch@6122e58418
This commit is contained in:
Khalah Jones-Golden 2015-08-24 19:56:42 -04:00
commit d1215557a4
1 changed files with 9 additions and 17 deletions

View File

@ -104,24 +104,16 @@
},
"marvel_node_stats": {
"properties": {
"node_id": {
"type": "string",
"index": "not_analyzed"
},
"node_master": {
"type": "boolean"
},
"mlockall": {
"type": "boolean"
},
"disk_threshold_enabled": {
"type": "boolean"
},
"disk_threshold_watermark_high": {
"type": "short"
},
"node_stats": {
"type": "object"
"properties": {
"node_id": {
"type": "string",
"index": "not_analyzed"
},
"node_master": {
"type": "boolean"
}
}
}
}
},