From 12cd6288d21252f2b58633c132743cc89899e9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Wed, 15 Dec 2021 09:26:13 -0300 Subject: [PATCH] Log4j fix removed from jvm.options --- .../opendistro-elasticsearch/templates/jvm.options.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/opendistro/opendistro-elasticsearch/templates/jvm.options.j2 b/roles/opendistro/opendistro-elasticsearch/templates/jvm.options.j2 index 9d4911cf..c4758969 100644 --- a/roles/opendistro/opendistro-elasticsearch/templates/jvm.options.j2 +++ b/roles/opendistro/opendistro-elasticsearch/templates/jvm.options.j2 @@ -94,6 +94,3 @@ -Dclk.tck=100 -Djdk.attach.allowAttachSelf=true -Djava.security.policy=file:///usr/share/elasticsearch/plugins/opendistro_performance_analyzer/pa_config/es_security.policy - -## Disable log4j --Dlog4j2.formatMsgNoLookups=true \ No newline at end of file