You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2022/01/03 21:46:46 UTC

[GitHub] [fluo-muchos] arvindshmicrosoft commented on a change in pull request #425: Mitigate Log4Shell issues in ELK stack

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: notifications-unsubscribe@fluo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org