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



##########
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:
       Thanks @keith-turner - this is actually a 
[published](https://logging.apache.org/log4j/2.x/security.html) and accepted 
mitigation per the log4j team themselves. I don't think it is worthwhile trying 
anything else out given the ELK stack is completely unrelated to our primary 
focus here in Accumulo.
   
   
![image](https://user-images.githubusercontent.com/16342666/147983787-98b43e41-0e90-46c8-aabf-18053cf9df59.png)
   




-- 
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