Merge branch 'master' of github.com:elasticsearch/elasticsearch-marvel

Original commit: elastic/x-pack-elasticsearch@62796c796a
This commit is contained in:
Chris Cowan 2015-09-04 16:08:06 -07:00
commit 8b1a491213
1 changed files with 12 additions and 1 deletions

View File

@ -207,8 +207,19 @@
},
"marvel_shards": {
"properties": {
"state_uuid": {
"type": "string",
"index": "not_analyzed"
},
"shard": {
"type": "object"
"properties": {
"state": { "type": "string", "index": "not_analyzed" },
"primary": { "type": "boolean" },
"index": { "type": "string", "index": "not_analyzed" },
"relocating_node": { "type": "string", "index": "not_analyzed" },
"shard": { "type": "long" },
"node": { "type": "string", "index": "not_analyzed" }
}
}
}
},