Merge remote-tracking branch 'upstream/2.1'

Original commit: elastic/x-pack-elasticsearch@516478e333
This commit is contained in:
Timothy Sullivan 2015-11-24 09:26:23 -07:00
commit f7a69c4e02
1 changed files with 40 additions and 2 deletions

View File

@ -202,6 +202,40 @@
}
}
},
"node": {
"properties": {
"state_uuid": {
"type": "string",
"index": "not_analyzed"
},
"node": {
"properties": {
"id": { "type": "string", "index": "not_analyzed" },
"name": { "type": "string", "index": "not_analyzed" },
"transport_address": { "type": "string", "index": "not_analyzed" },
"master": { "type": "boolean" },
"attributes": { "type": "object" }
}
}
}
},
"nodes": {
"properties": {
"state_uuid": {
"type": "string",
"index": "not_analyzed"
},
"node": {
"properties": {
"id": { "type": "string", "index": "not_analyzed" },
"name": { "type": "string", "index": "not_analyzed" },
"transport_address": { "type": "string", "index": "not_analyzed" },
"master": { "type": "boolean" },
"attributes": { "type": "object" }
}
}
}
},
"shards": {
"properties": {
"state_uuid": {
@ -222,8 +256,12 @@
},
"index_recovery": {
"properties": {
"shards": {
"type": "object"
"index_recovery": {
"properties": {
"shards": {
"type": "object"
}
}
}
}
}