log4j workaround

This commit is contained in:
vcerenu
2021-12-15 10:08:27 -03:00
parent e3ee599f83
commit da2f257f00
4 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -72,7 +72,7 @@ services:
- ./xpack/ca/ca.crt:/usr/share/elasticsearch/config/ca.crt
- ./xpack/elasticsearch/elasticsearch.key:/usr/share/elasticsearch/config/elasticsearch.key
- ./xpack/elasticsearch/elasticsearch.crt:/usr/share/elasticsearch/config/elasticsearch.crt
- ./xpack/disabledlog4j.options:/etc/elasticsearch/jvm.options.d/disabledlog4j.options
- ./disabledlog4j.options:/etc/elasticsearch/jvm.options.d/disabledlog4j.options
elasticsearch2:
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
@@ -108,7 +108,7 @@ services:
- ./xpack/ca/ca.crt:/usr/share/elasticsearch/config/ca.crt
- ./xpack/elasticsearch2/elasticsearch2.key:/usr/share/elasticsearch/config/elasticsearch.key
- ./xpack/elasticsearch2/elasticsearch2.crt:/usr/share/elasticsearch/config/elasticsearch.crt
- ./xpack/disabledlog4j.options:/etc/elasticsearch/jvm.options.d/disabledlog4j.options
- ./disabledlog4j.options:/etc/elasticsearch/jvm.options.d/disabledlog4j.options
elasticsearch3:
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2
@@ -144,7 +144,7 @@ services:
- ./xpack/ca/ca.crt:/usr/share/elasticsearch/config/ca.crt
- ./xpack/elasticsearch3/elasticsearch3.key:/usr/share/elasticsearch/config/elasticsearch.key
- ./xpack/elasticsearch3/elasticsearch3.crt:/usr/share/elasticsearch/config/elasticsearch.crt
- ./xpack/disabledlog4j.options:/etc/elasticsearch/jvm.options.d/disabledlog4j.options
- ./disabledlog4j.options:/etc/elasticsearch/jvm.options.d/disabledlog4j.options
kibana: