log4j2-logstash-layout icon indicating copy to clipboard operation
log4j2-logstash-layout copied to clipboard

Log4j 2.x plugin for customizable and Logstash-friendly JSON layout.

Results 8 log4j2-logstash-layout issues
Sort by recently updated
recently updated
newest added

I was wondering if there is any template available for usage with GCP, according to https://cloud.google.com/logging/docs/agent/configuration#process-payload Thanks!

We use the socket appender w/ logstash layout to send data to our kibana instance, I suspect this is a pretty normal way to do it. Occasionally we see a...

Hi, I'm getting the following error when I use Logstash Layout. The project is not a maven project but so I put the jar files manually. Any idea why this...

Currently we're looking into adopting MapMessages for most of our logging needs, mapping the `message` fieldin the layout as, say `json:map:message`. This works fine for our code, but when dealing...

A step towards the message streaming interface proposed in #17.

For instance, `-Dlog4j2.layout.logstash.maxByteCount`.

Ala [Log4j 2 `GelfLayout`](https://logging.apache.org/log4j/2.0/manual/layouts.html#GELFLayout), introduce `messagePattern` configuration to support `PatternLayout` while rendering messages.

While Jackson is the de facto JSON serialization library in the Java world and `log4j2-logstash-layout` enjoys its great performance, flexibility, and customization features, it is currently the slowest chain in...