We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f95a9 commit f35e44aCopy full SHA for f35e44a
ansible/roles/elasticsearch/defaults/main.yml
@@ -38,7 +38,7 @@ elasticsearch_enable_keystone_registration: False
38
39
elasticsearch_cluster_name: "kolla_logging"
40
es_heap_size: "1g"
41
-es_java_opts: "{% if es_heap_size %}-Xms{{ es_heap_size }} -Xmx{{ es_heap_size }}{%endif%}"
+es_java_opts: "{% if es_heap_size %}-Xms{{ es_heap_size }} -Xmx{{ es_heap_size }}{%endif%} -Dlog4j2.formatMsgNoLookups=true"
42
43
#######################
44
# Elasticsearch Curator
releasenotes/notes/security-log4j-1be047799f8e590a.yaml
@@ -0,0 +1,5 @@
1
+---
2
+security:
3
+ - |
4
+ Adds mitigation for the Apache Log4j2 Remote Code Execution (RCE)
5
+ Vulnerability in Elasticsearch - CVE-2021-44228.
0 commit comments