# fluent-plugin-formatter-protobuf [Fluentd](https://fluentd.org/) formatter plugin to format messages into Protobuf v3 encoded binary. ## Installation ### RubyGems ``` $ gem install fluent-plugin-formatter-protobuf ``` ### Bundler Add following line to your Gemfile: ```ruby gem "fluent-plugin-formatter-protobuf" ``` And then execute: ``` $ bundle ``` ## Configuration You can generate configuration template: ``` $ fluent-plugin-config-format formatter formatter-protobuf ``` You can copy and paste generated documents here. ## Copyright * Copyright(c) 2021 - Ray Tung * License * Apache License, Version 2.0