Support for scripts
This commit is contained in:
parent
d25fc792b6
commit
bdb9ee6a4a
13 changed files with 53 additions and 14 deletions
|
|
@ -17,4 +17,8 @@ path.data: {{ data_dir }}
|
|||
|
||||
path.work: {{ work_dir }}
|
||||
|
||||
path.logs: {{ log_dir }}
|
||||
path.logs: {{ log_dir }}
|
||||
|
||||
{% if es_scripts and es_config['path.scripts'] is not defined %}
|
||||
path.scripts: {{ es_conf_dir }}/{{es_instance_name}}/scripts
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue