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
- Fork it ( https://github.com/bitex-la/fluent-plugin-wire-protocol-compat/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
TODO
- Additional formats specs
- Extract rspec-fluentd gem