Repository is archived
No commit activity in last 3 years
No release in over 3 years
Adds in_forward wire protocol support to in_udp and in_tcp
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
>= 0
~> 10.0
>= 0

Runtime

>= 0.10.51
 Project Readme

Fluent::WireProtocolCompatInput

This plugin makes the wire protocol for in_udp and in_tcp compatible with in_forward's.

Note: You need to install fluent-plugin-msgpack-parser to add msgpack support for in_udp and in_tcp.

Installation

Please check Fluentd's plugin management docs

Usage

Example configuration

<source>
  type wire_protocol_compat
  <input>
    type udp
    port 12201
    bind 127.0.0.1
    format json
    tag some_tag
  </input>
</source>

Contributing

  1. Fork it ( https://github.com/bitex-la/fluent-plugin-wire-protocol-compat/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

TODO

  • Additional formats specs
  • Extract rspec-fluentd gem