From 939c71d2f5d8e0c17342dabef439665f1e7b8dec Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 15 Feb 2017 19:33:33 +0100 Subject: [PATCH] library/roles/ELK/elasticsearch/templates/jvm.options.j2: A new default option is needed for elasticsearch 5.2. --- ELK/elasticsearch/templates/jvm.options.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ELK/elasticsearch/templates/jvm.options.j2 b/ELK/elasticsearch/templates/jvm.options.j2 index 097abc7..508946d 100644 --- a/ELK/elasticsearch/templates/jvm.options.j2 +++ b/ELK/elasticsearch/templates/jvm.options.j2 @@ -62,6 +62,8 @@ # flag to explicitly tell Netty to not use unsafe -Dio.netty.noUnsafe=true +-Dlog4j2.disable.jmx=true + ## heap dumps # generate a heap dump when an allocation from the Java heap fails