vklochan/python-logstash

SSL Support?

reiven opened this issue · 5 comments

Hi

I want to know if python-logstash has SSL support, because i cannot find any way to define custom certificate.

Thanks

Same issue here, TLS/SSL support would be nice.

ping

I had a quick look at the code to see if this was possible. It looks to me like the easiest way to achieve this is to implement makeSocket() in the TCPLogstashHandler class as has been done in @klynch's logstash_handler library.

@vklochan would you be likely to accept a patch that does something like that?

Ping for @vklochan

The possibility to encrypt logs is a super useful feature!

I think the one proposed by @skwashd is an easy-winning patch... If you want I can help out

marji commented

+1 please.