logstash-gelf
logstash-gelf copied to clipboard
Graylog Extended Log Format (GELF) implementation in Java for all major logging frameworks: log4j, log4j2, java.util.logging, logback, JBossAS7 and WildFly 8-12
Hello, I've recently migrated to this library from [this](https://github.com/graylog-labs/log4j2-gelf) deprecated one and I've faced differences in how logs are now looking, some of them aren't significant but others are. The...
Hello, I am using slf4j + jul, currently I can connect and send the logs to graylog through gelf UDP, but I would like to be able to send MDC...
Hi, How can I print level name on logs? Using %level only gives the number of level. Using for `log4j2` Thanks,
Hi, using the module with configured kafka transport in combination with a wildfly or jboss server throws following error on startup: LogManager error of type OPEN_FAILURE: Could not send GELF...
Hello, I think it would be nice to be able to configure a max size on certain fields (especially the stack trace field). In graylog a field can't be more...
Hey Mark, maybe it's worth distinguishing out the purpose of this software, especially differentiate against: * encoders only * handlers only What do you think? I see colleagues being a...