mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Merge pull request elastic/elasticsearch#639 from tsullivan/chris-rest-refactor
Refactoring to REST architecture for single point of data retrieval from front-end controllers Original commit: elastic/x-pack-elasticsearch@3734c48709
This commit is contained in:
commit
fcc553220c
@ -202,6 +202,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user