graylog-labs / gelf-rb

Ruby GELF library (Graylog Extended Log Format)

Home Page:https://rubygems.org/gems/gelf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encryption?

findchris opened this issue · comments

Currently, we're using EC2 for our app servers and gralog2 server, and unlike syslog, GELF seems to lack security, leaving us reluctant to use it. Any plans for security/encryption of GELF log messages?

Cheers.

Hi Chris!

We are definitely going to support SSL/TLS for the TCP and HTTP inputs in
the upcoming 0.20 version.
Right now we are in the preview stage to get early feedback, but having
security features is definitely high on our list.

Are you looking for something beyond SSL here?

Best,
Kay

On Tue, Oct 15, 2013 at 12:18 AM, Chris Johnson notifications@github.comwrote:

Currently, we're using EC2 for our app servers and gralog2 server, and
unlike syslog, GELF seems to lack security, leaving us reluctant to use it.
Any plans for security/encryption of GELF log messages?

Cheers.


Reply to this email directly or view it on GitHubhttps://github.com//issues/17
.

Great. SSL would be perfect. Got any ideas on the release schedule for 0.20?

Nothing I can commit to right now, unfortunately.
However as we are doing a preview release each week, we will hopefully
reach a stable version "soonish".
Sorry to be so vague, I just don't want to create the wrong impression,
there's just a lot of stuff left to do.

cheers,
-k

On Tue, Oct 15, 2013 at 3:04 AM, Chris Johnson notifications@github.comwrote:

Great. SSL would be perfect. Got any ideas on the release schedule for
0.20?


Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-26301634
.

No problem. Thanks.
You mind if I keep this issue open and use it to track the 0.20 release?

Sure, no problem.
On Oct 15, 2013 8:09 PM, "Chris Johnson" notifications@github.com wrote:

No problem. Thanks.
You mind if I keep this issue open and use it to track the 0.20 release?


Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-26358260
.

Hi all. The new graylog2 0.20 is released, and it's great. Do we have encryption support now?

No, no encryption yet.

Any progress on encryption? Included in Version 1.1 ?

I also wanted to bump this. Is there encryption out pf the box available now? i.e. GELF HTTPS

thanks!

Duplicate of #37. Also note that there was a PR (#39) a while back, which unfortunately has not yet been merged to master.

Any idea about when we will have the ssl feature?

@kaiomagalhaes I just opened #45 with a new implementation of this. It works for me but it would be great to get additional feedback from someone else, too :)

I'm proud to announce that I just pushed a new version which supports TLS on TCP connections. We'll shortly release the gem version 3.0, until then you can point your Gemfile to Github. Feedback welcome!