tsaikd / gogstash

Logstash like, written in golang
MIT License
644 stars 106 forks source link

elastic search type() is deprecated with 7.0+ Elastic Search #106

Closed tao-sj closed 5 years ago

tao-sj commented 5 years ago

2019/06/24 22:24:12 outputelastic.go:95 [error] 299 Elasticsearch-7.1.1-7a013de "[types removal] Specifying types in bulk requests is deprecated."

tao-sj commented 5 years ago

need to change import of go get gopkg.in/olivere/elastic to .v7 also remove type()

ref: https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html