Moocar / logback-gelf

Logback plugin to send GELF messages to graylog2 server
Apache License 2.0
147 stars 59 forks source link

Redis support #40

Closed cemo closed 10 years ago

cemo commented 10 years ago

I am totally new to GELF land and I would like to evaluate GELF with Logstash. In our scenario our application servers will log their output to Redis. Is there any support for logging to Redis with GELF?

Moocar commented 10 years ago

Hi there, so you're trying to log directly to redis from your app servers, and then somehow ship from redis to a graylog2 server?

alexan commented 9 years ago

I'm also interested in logging against redis. Here is another logback appender which supports this behavior. https://github.com/mp911de/logstash-gelf/blob/master/src/site/markdown/redis.md

Is this appended capable of logging into redis? I'm interested in your implementation because. I'm using https://github.com/gini/dropwizard-gelf which uses your appended.

We want to log against redis in gelf format. Which is then imported in kibana.

Moocar commented 9 years ago

Yep that appended looks like it does the job. However it's not interoperable with this library. So if you just want a basic appender, I'd go ahead and use it.

alexan commented 9 years ago

thanks for your info I forked the the dropwizard-gelf module to use the other appender allready

2015-07-14 16:37 GMT+02:00 Anthony Marcar notifications@github.com:

Yep that appended looks like it does the job. However it's not interoperable with this library. So if you just want a basic appender, I'd go ahead and use it.

— Reply to this email directly or view it on GitHub https://github.com/Moocar/logback-gelf/issues/40#issuecomment-121257243.