Log.io output plugin for Fluentd.
This fluentd plugin is available as the fluent-plugin-logio gem from RubyGems.
gem install fluent-plugin-logio
Or you can install this plugin for td-agent as:
td-agent-gem install fluent-plugin-logio
<match **>
@type logio
output_type json
host localhost
port 28777
</match>