Update elasticsearch.yml.j2

This commit is contained in:
Jeffrey E 2018-05-03 06:37:50 +02:00 committed by GitHub
parent 6cf11ef2cb
commit 7640a0383a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ path.data: {{ data_dirs | array_to_str }}
path.logs: {{ log_dir }}
{% if es_path_repo %}
{% if es_path_repo is defined %}
path.repo: {{ es_path_repo }}
{% endif %}
@ -67,4 +67,4 @@ xpack.notification.email:
password: {{ es_mail_config['pass'] }}
{% endif %}
{% endif %}
{% endif %}