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 8c63d93 commit 143cca5Copy full SHA for 143cca5
ansible/roles/elasticsearch/defaults/main.yml
@@ -33,7 +33,7 @@ elasticsearch_services:
33
####################
34
elasticsearch_cluster_name: "kolla_logging"
35
es_heap_size: "1g"
36
-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"
37
38
#######################
39
# 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