Skip to content

3.1.00

Choose a tag to compare

@itaiag itaiag released this 17 Jul 07:41
· 19 commits to master since this release

New Features

  1. Issue #268 - Support for ElasticSearch 7.x

Notes

This version bumps the support from Elasticsearch version 6.x to version 7.x (tested on 7.17.3 but should work with more advanced versions).
Please notice that Elastic no longer supports mapping types and previous versions of Difido were using types when creating the Elastic mapping.
The mapping types were removed from the mapping, but this will only take affect when creating a new Elastic schema.

In addition, Difido does not yet supports xpack security, so to avoid annoying messages in the log, you can disable the security in your nodes by adding the following line to your elasticsearch.yml file:

xpack.security.enabled: false