Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 432 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 432 Bytes

fluent-plugin-logio

Log.io output plugin for Fluentd.

Installation

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

Configuration

<match **>
  @type logio
  output_type json
  host localhost
  port 28777
</match>