Add nodes' manufacturers to statistics snapshot

Blueprint: send-anon-usage

Change-Id: I161599955e4fdc7523bedf85f320da6242e3d857
This commit is contained in:
Aleksey Kasatkin 2014-11-12 18:25:42 +02:00
parent 782d57ec94
commit b148903113
2 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,9 @@
"type": "array",
"items": {"type": "string"}
},
"status": {"type": "string"}
"status": {"type": "string"},
"os": {"type": "string"},
"manufacturer": {"type": "string"}
},
"required": ["id", "roles"]
}

View File

@ -114,7 +114,8 @@ MAPPING_FUEL = {
'nodes': {
'type': 'nested',
'properties': {
'id': {'type': 'long'}
'id': {'type': 'long'},
'manufacturer': {'type': 'string'}
}
},
}