Changing cluster_name to cluster_uuid
Original commit: elastic/x-pack-elasticsearch@7b5227a0a7
This commit is contained in:
parent
0eb0e701e4
commit
e8f13f50b8
|
@ -15,7 +15,11 @@
|
||||||
},
|
},
|
||||||
"date_detection": false,
|
"date_detection": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"cluster_name": {
|
"cluster_uuid": {
|
||||||
|
"type": "string",
|
||||||
|
"index": "not_analyzed"
|
||||||
|
},
|
||||||
|
"cluster_uuid": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"index": "not_analyzed"
|
"index": "not_analyzed"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue