Reverting change made for node group IDs (elastic/x-pack-elasticsearch#4069)
The node group feature merits further discussion so we're going to undo this change for now. Original commit: elastic/x-pack-elasticsearch@48f82b4cc0
This commit is contained in:
parent
095d6d466c
commit
11cd9097b6
|
@ -37,15 +37,6 @@
|
|||
"dynamic": false,
|
||||
"type": "object"
|
||||
},
|
||||
"pipeline_node_group_ids": {
|
||||
"type": "keyword",
|
||||
"fields": {
|
||||
"searchable": {
|
||||
"type": "text",
|
||||
"analyzer": "simple"
|
||||
}
|
||||
}
|
||||
},
|
||||
"username":{
|
||||
"type":"keyword"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue