logstash-plugins / logstash-output-lumberjack

Apache License 2.0
6 stars 24 forks source link

Add an option to support plain TCP #14

Open ph opened 9 years ago

ph commented 9 years ago

The input lumberjack allow us to disable SSL and the output should expose similar option.

richard-mauri commented 2 years ago

Elastic recommends logstash/lumberjack out to logstash/beats input. The logstash/lumberjack input is deprecated.

Why does logstash/lumberjack out require ssl_cert? (It fails if that field is not efined) The logstash beats/input does have an ssl_cert and ssl_key and ssl_verify:: none A filebeat to logstash/beats input does not need an ssl_cert. In my case, there is trouble distributing the lumberjack.crt (poor PKI infa).