MessagePack parser for Fluentd. Useful for Inputs that don't support this format, namely in_udp, in_tcp and in_tail
Please check Plugin management docs
<source>
@type udp
port 12201
tag system
format msgpack
</source>
The parser is wire protocol agnostic, meaning it will just yield whatever is fed to it, assuming it's a valid MessagePack string.
- Fork it ( https://github.com/bitex-la/fluent-plugin-msgpack-parser/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
- Specs?