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:
Shaunak Kashyap 2018-03-07 14:40:19 -08:00 committed by GitHub
parent 095d6d466c
commit 11cd9097b6
1 changed files with 0 additions and 9 deletions

View File

@ -37,15 +37,6 @@
"dynamic": false,
"type": "object"
},
"pipeline_node_group_ids": {
"type": "keyword",
"fields": {
"searchable": {
"type": "text",
"analyzer": "simple"
}
}
},
"username":{
"type":"keyword"
},