Skip to content

Breaking changes in 6.0.1

This section discusses the changes that you need to be aware of when migrating your platform from a 6.0.0 to 6.0.1.

Mapping type compatibility

In 6.0.0, we removed type parameter from all nodes which interacted with Elasticsearch.

In order to interact with Elasticsearch clusters prior to version 7, you can still specify the index type like this :

  • For spark nodes and Elasticsearch_input, append the type to your index name : <index-name>/<index-type>
  • For storm Elasticsearch_output, use the document_type parameter per stream.
  • For Elasticsearch reporters, use index_type parameter.