The use_legacy_template documentation in the README currently says that it should be set to false for Elasticsearch <= 7.7. I think this is backwards - the setting should be true (the default) if using the legacy templates and only false if using the new composable templates with Elasticsearch >= 7.8.
(check all that apply)
[ ] tests added
[ ] tests passing
[x] README updated (if needed)
[ ] README Table of Contents updated (if needed)
[x] History.md and version in gemspec are untouched
[ ] backward compatible
[ ] feature works in elasticsearch_dynamic (not required but recommended)
The
use_legacy_template
documentation in the README currently says that it should be set tofalse
for Elasticsearch <= 7.7. I think this is backwards - the setting should betrue
(the default) if using the legacy templates and onlyfalse
if using the new composable templates with Elasticsearch >= 7.8.(check all that apply)
version
in gemspec are untouchedelasticsearch_dynamic
(not required but recommended)