Remote data store with ElasticSearch 7.1 and log4j2.11.1

Hi,

I am using ElasticSearch 7.1. It comes with log4j2.11.1.jar. The problem comes when I am trying to setup a remote data store with log4j2 running as a TcpSocketServer. I would then use log4j logging API in different Java applications to transmit logs over to the remote data store to analyse. However, from log4j2 Java documentation, I found out that the TcpSocketServer has been taken out.

How did you guys managed to configure a remote data store with the latest log4j2 library? Is there any working architecture layout which still fits my use case?

Thanks in advance,

Joseph

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.