stop overriding log4j configuration

The log4j configuration template provided by this ansible role doesn't reflect current log4j configuration in elasticsearch 6.x and 7.x.
Also this template doesn't contain any variable so everything is hardcoded inside.
As we don't need to override any value inside, let's use standard elasticsearch log4j configuration file provided by elasticsearch package and stop overriding it with this role.
This commit is contained in:
Julien Mailleret 2019-11-26 23:31:59 +01:00
parent e6dd15ef0d
commit 6217e9485e
No known key found for this signature in database
GPG key ID: F065093271C8DE71
4 changed files with 0 additions and 168 deletions

View file

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