Fluent::TextParser::MsgPackParser
MessagePack parser for Fluentd. Useful for Inputs that don't support this format, namely in_udp, in_tcp and in_tail
Installation
Please check Plugin management docs
Usage
Example configuration
<source>
@type udp
port 12201
tag system
format msgpack
</source>
Wire protocol
The parser is wire protocol agnostic, meaning it will just yield
whatever is fed to it, assuming it's a valid MessagePack string.
Contributing
- 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
TODO
- Specs?