In our product we were using JSONEventLayoutV1 for pushing logs in kibana with log4j.properties file. JSONEventLayoutV1 is a class present in net.logstash.log4j package.
Now we want to switch from log4j2.properties. JSONEventLayoutV1 layout is not compatible with log4j2.
There is an open PR in which they are trying to add support of net.logstash.log4j2.JSONEventLayoutV1 for log4j2
Any Idea when this PR is going to get merged.Or is there any other third party jar available?