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