logstash-plugins / logstash-output-riemann

Apache License 2.0
5 stars 13 forks source link

TLS support for riemann output #4

Open jordansissel opened 9 years ago

jordansissel commented 9 years ago

(This issue was originally filed by @hectorj2f at https://github.com/elastic/logstash-contrib/issues/162)


We're using Logstash and Riemann, and we'd like to set a bidirectional TLS communication between the Logstash sender and the Riemann server. This configuration can be defined in Riemann however we couldn't find anyway of doing it in the logstash Riemann output.

nukemberg commented 8 years ago

the riemann-client rubygem doesn't support it. We will have to ditch it or contribute TLS support to it.

jamtur01 commented 8 years ago

We'd love to have TLS support for the client if someone would like to contribute it.