Changing cluster_name to cluster_uuid

Original commit: elastic/x-pack-elasticsearch@7b5227a0a7
This commit is contained in:
Chris Cowan 2015-08-18 12:33:17 -07:00
parent 0eb0e701e4
commit e8f13f50b8
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@
},
"date_detection": false,
"properties": {
"cluster_name": {
"cluster_uuid": {
"type": "string",
"index": "not_analyzed"
},
"cluster_uuid": {
"type": "string",
"index": "not_analyzed"
},