Open ph opened 9 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).
The input lumberjack allow us to disable SSL and the output should expose similar option.