I tried using tcp appender with fluentbit tcp input plugin (as the server). Expectedly , it doesn't work. Fluentbit complain that the input message is invalid JSON. It seem the cause is "__LOG4JS__" delimiter.
If I change the delimiter to space or new line, it work with fluentbit. Maybe option for fluentbit compability
can be added.
I tried using tcp appender with fluentbit tcp input plugin (as the server). Expectedly , it doesn't work. Fluentbit complain that the input message is invalid JSON. It seem the cause is "__LOG4JS__" delimiter.
If I change the delimiter to space or new line, it work with fluentbit. Maybe option for fluentbit compability
can be added.