Hi, the Graylog Marketplace offers GELF appenders for most of the existing Java logging frameworks: https://marketplace.graylog.org/addons?tag=java
Simply choose one that works with your logging framework (SLF4J merely provides an API and relies on another logging framework). Cheers, Jochen On Sunday, 4 September 2016 15:22:47 UTC+2, BuDm wrote: > > I'm pretty new to graylog and now I'm struggling with sending in log data. > I found that there are 2 ways: > > - Using collectors (Beats, NXlog) > - Using GELF-library (send log data directly from the application) > > I'm currently work on a Java application which generates fairly large > amount of log data. Some of the log messages might be really huge (like > state dumps, if some component of the system dies). Would it be sensible to > use GELF-client like this one <https://github.com/Graylog2/gelfclient> in > such a case? The thing is in the project we currently use slf4j for > logging.... > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/fb0f024e-2168-484e-9c5c-0823e40cddbe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
