Update elasticsearch.yml.j2
This commit is contained in:
parent
6cf11ef2cb
commit
7640a0383a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue