keith-turner commented on a change in pull request #425:
URL: https://github.com/apache/fluo-muchos/pull/425#discussion_r777718261



##########
File path: ansible/roles/elasticsearch/tasks/main.yml
##########
@@ -82,6 +82,10 @@
     enabled: yes
   become: true
 
+- name: remove jndi plugin from log4j jar to mitigate log4shell
+  shell: zip -q -d /usr/share/elasticsearch/lib/log4j-core-*.jar 
org/apache/logging/log4j/core/lookup/JndiLookup.class

Review comment:
       Wondering if instead of modifying the jar that is there we could insead 
delete the log4j jar and copy in a new version.  Not sure if this would work.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to