elastic/ansible-elasticsearch

Specifying `path.data` as a list is deprecated in Elasticsearch 7.13

konstantin-kornienko opened this issue · 2 comments

elasticsearch.yml.j2 should allow specifying path.data as a string.
Right now only list is allowed:

path.data: {{ es_data_dirs | array_to_str }}

Specifying path.data as a list is deprecated in Elasticsearch 7.13:
elastic/elasticsearch#71205

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed because it has not had recent activity since being marked as stale.