Skip to content

CRITICAL: types removal- Specifying types in bulk requests is deprecated

The solution will involve updating the Elasticsearch Client. !79949 (merged)

Warn in Logs are appearing for a deprecated specification of Specifying "type" during bulk requests.

[types removal] Specifying types in bulk requests is deprecated.

This WARN refers to The Removal of Mapping types in Elasticsearch 6.0.0 (last version supported was 5.6). https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html.

In ES 8.0 Type will not function. This MR contains Bridging Compatibility changes to support multiple versions in this transition.

!22859 (merged)

Screen_Shot_2021-01-24_at_11.31.41_AM

This WARN will continue as long as Version 6.x is supported.

We are expecting to discontinue support for 6.x with the release of Elasticsearch 8.x Currently planned in Sept 2021.

Useful links

Edited by John McGuire