diff --git a/templates/jvm.options.j2 b/templates/jvm.options.j2 index cacb1b0..97f26b0 100644 --- a/templates/jvm.options.j2 +++ b/templates/jvm.options.j2 @@ -107,9 +107,5 @@ # only for migration purposes. #-Delasticsearch.json.allow_unquoted_field_names=true {% if jmx_remote_monitoring_enabled == true %} -#-Dcom.sun.management.jmxremote.port={{ jmx_remote_monitoring_port }} -#-Dcom.sun.management.jmxremote.authenticate={{ jmx_remote_monitoring_auth }} -#-Dcom.sun.management.jmxremote.ssl={{ jmx_remote_monitoring_ssl }} -##-Djava.rmi.server.hostname="127.0.0.1" -Dcom.sun.management.jmxremote {% endif %}