Merge branch 'master' of github.com:elasticsearch/elasticsearch-marvel
Original commit: elastic/x-pack-elasticsearch@62796c796a
This commit is contained in:
commit
8b1a491213
|
@ -207,8 +207,19 @@
|
||||||
},
|
},
|
||||||
"marvel_shards": {
|
"marvel_shards": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"state_uuid": {
|
||||||
|
"type": "string",
|
||||||
|
"index": "not_analyzed"
|
||||||
|
},
|
||||||
"shard": {
|
"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" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue