Having spent several days searching for an existing plugin, I decided that it was not there, and I would write it myself!
fluent-plugin-loomsystems fluentd output plugin for secure TCP forwarding :)
To add the plugin to your fluentd agent, use the following command:
gem install fluent-plugin-loomsystems
To map events and send them anywhere , simply add the following code to your Fluentd configuration file.
<match **> @type loomsystems host <your-beloved-host> </match>
After restarting Fluentd, all flunetd events will be sent to your host.
The plugin opens a new default ssl connection, but it can be configured to send in tcp in insecure mode.
<match tag-life.**> @type loomsystems host <your-beloved-host> use_ssl false </match>
I welcome you to tag, suggest and add a plugin, enjoy :)
source share