**Version:** logstash-output-elasticsearch 10.2.3 (shipping with Logstash 7.5.2) [Starting from Elasticsearch 7.0](https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html#_document_apis), types should also no longer appear in the body of bulk requests. Including a type causes a deprecation warning to get logged in Elasticsearch: ``` [2020-01-31T10:58:52,319][WARN ][o.e.d.a.b.BulkRequestParser] [hostname] [types removal] Specifying types in bulk requests is deprecated. ``` The plugin shouldn't use types anymore.