Elad Tamary

Results 3 comments of Elad Tamary

My first thought was to ask for an ability to use the plugins as Spring beans and be able to use @Autowired inside a plugin class. After doing a quick...

Tried it with Logstash 7.4.2 and it's working.

I had the same NoClassDefFoundError issue. Adding log4j-to-slf4j bridge fixed it. ``` xml org.xbib.elasticsearch.importer elasticsearch-jdbc 2.3.1.0 org.apache.logging.log4j log4j-core org.apache.logging.log4j log4j-slf4j-impl org.apache.logging.log4j log4j-to-slf4j 2.6.1 ```