I\'ve been looking for a while for fluentd output plugin for tcp which is also ssl secured that doesn\'t force my receiver to be from a specific kind. In my case, my receive
@dorony : I was trying to use it but unable to make it work. I am running openshift-3.6.0 locally on docker containers. I added below configuration in fluentd.conf:
@type loomsystems
host 172.17.0.1
port 4000
use_ssl false
And below configuration in my logstash input.conf. However i am unable to receive any logs in logstash. Even there is no connection. I am not getting any error in fluentd logs.
input {
tcp {
codec => fluent
port => 4000
}
}