2.0 Support + Plugin Directory Support + Supporting Tests + Defaults Change
This commit is contained in:
parent
1034995899
commit
86f2bd9a2d
40 changed files with 297 additions and 113 deletions
|
|
@ -14,10 +14,12 @@ node.name: {{inventory_hostname}}-{{es_instance_name}}
|
|||
#################################### Paths ####################################
|
||||
|
||||
# Path to directory containing configuration (this file and logging.yml):
|
||||
path.conf: {{ instance_config_directory }}
|
||||
path.conf: {{ conf_dir }}
|
||||
|
||||
path.data: {{ data_dir }}
|
||||
|
||||
path.work: {{ work_dir }}
|
||||
|
||||
path.logs: {{ log_dir }}
|
||||
path.logs: {{ log_dir }}
|
||||
|
||||
path.plugins: {{ plugin_dir }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue