Fixing schema

Original commit: elastic/x-pack-elasticsearch@844479ccd3
This commit is contained in:
Chris Cowan 2015-08-24 16:48:57 -07:00
parent dc6073bf8f
commit e7761d75ea
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"
}
}
}
}
},