diff --git a/templates/elasticsearch.yml b/templates/elasticsearch.yml index 1f9eea1..8b56fe0 100644 --- a/templates/elasticsearch.yml +++ b/templates/elasticsearch.yml @@ -180,6 +180,9 @@ #path.plugins: /path/to/plugins {% if es_etc_path_plugins is defined %}path.plugins: {{ es_etc_path_plugins }}{% endif %} +# Backup repo path +#path.repo: ['/path/backup/repo', '/another/path'] +{% if es_etc_path_repo is defined %}path.repo: {{es_etc_path_repo}}{% endif %} #################################### Plugin ###################################