elastic / ansible-elasticsearch

Ansible playbook for Elasticsearch
Other
1.59k stars 857 forks source link

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

Closed konstantin-kornienko closed 2 years ago

konstantin-kornienko commented 3 years ago

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: https://github.com/elastic/elasticsearch/issues/71205

botelastic[bot] commented 2 years ago

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.

botelastic[bot] commented 2 years ago

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