[Logstash] Remove version field from config mgmt

relates elastic/x-pack-elasticsearch#2405

Original commit: elastic/x-pack-elasticsearch@5bfd1b7a6d
This commit is contained in:
Suyog Rao 2017-08-30 20:34:11 -07:00
parent 3ff175b541
commit 3a9aad5ece
2 changed files with 0 additions and 6 deletions

View File

@ -30,9 +30,6 @@
} }
} }
}, },
"version":{
"type":"keyword"
},
"pipeline":{ "pipeline":{
"type":"text" "type":"text"
}, },

View File

@ -30,9 +30,6 @@
} }
} }
}, },
"version":{
"type":"keyword"
},
"pipeline":{ "pipeline":{
"type":"text" "type":"text"
}, },