be able to override log4j2.properties with custom template using variable es_config_log4j2 as the template path

This commit is contained in:
Viet Pham 2017-08-04 18:22:12 +07:00
parent 0bffa37035
commit 7c01c8e02b
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ es_templates: false
es_user: elasticsearch
es_group: elasticsearch
es_config: {}
es_config_log4j2: log4j2.properties.j2
#Need to provide default directories
es_pid_dir: "/var/run/elasticsearch"
es_data_dirs: "/var/lib/elasticsearch"