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 receiver is logstash.
Here are a few of the plugins which came close (close but no cigar):
Forward Output - not supporting ssl connection.
Secure Forward Output - sends data only to another fluentd receiver.
Some were https plugins and some were specific service plugins (which required a token/user/password of some kind).
Is there any other plugin i can use? maybe with some workaround?