-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differences from other Gelf encoders #41
Comments
It could also be made a configuration to change the names of those properties, if you think that's better :) |
As there is no standard for the field names of |
@osiegmar Done 😉 |
Thanks! |
Np :-) I'll watch for releases here so I can update the services that use it when thus gets included in a release |
Just released. |
@osiegmar thanks a lot. It's already working nicely here :) |
It seems the layout used here differs a bit from other popular solutions for other logging frameworks, such as Log4J2's own Gelf encoder).
The two main differences is that Log4J2's sends
thread
instead ofthread_name
andlogger
instead oflogger_name
.Unfortunately, this makes filtering logs by such fields a bit of a hassle when there are different systems with different logging frameworks sending logs to the same logstash server.
Would you mind changing this? (I can send the PR, I just need the green light 😄)
The text was updated successfully, but these errors were encountered: