Skip to content
Snippets Groups Projects
Commit 0f460f56 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "[Security] Add log4j vulnerability mitigation in Elasticsearch"

parents 16db562f ecbd96be
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ elasticsearch_enable_keystone_registration: False ...@@ -38,7 +38,7 @@ elasticsearch_enable_keystone_registration: False
elasticsearch_cluster_name: "kolla_logging" elasticsearch_cluster_name: "kolla_logging"
es_heap_size: "1g" es_heap_size: "1g"
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"
####################### #######################
# Elasticsearch Curator # Elasticsearch Curator
......
---
security:
- |
Adds mitigation for the Apache Log4j2 Remote Code Execution (RCE)
Vulnerability in Elasticsearch - CVE-2021-44228.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment