No release in over 3 years
Low commit activity in last 3 years
Purpose built plugin for fluentd to send json over tcp.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.14
~> 12.0
~> 3.0

Runtime

< 2, >= 0.14.10
 Project Readme

fluent-plugin-tcp_mc

Fluentd output to send to generic tcp endpoints

This plugin was based on work from the rawtcp output from Uken Games.

The plugin currently only supports JSON output and I think buffering is kinda wonky. The plugin does support multi-worker however...

Installation

RubyGems

$ gem install fluent-plugin-tcp_mc

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-tcp_mc"

And then execute:

$ bundle

Configuration

You can generate configuration template:

$ fluent-plugin-format-config output tcp_mc

You can copy and paste generated documents here.

Todo

  • Try and leverage standard formatter and helpers
  • Change to async writes
  • Test/Configure buffering
  • Support other output types (like kv)
  • Make more things configurable in general

Copyright

  • Copyright(c) 2017- David Pippenger
  • License
    • Apache License, Version 2.0

Acknowledgements

Inspired by the rawtcp plugin by Uken Games

https://github.com/uken/fluent-plugin-out_rawtcp