No commit activity in last 3 years
No release in over 3 years
Fluentd output plugin for rtail.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
~> 3.0
>= 3.1.0

Runtime

 Project Readme

fluent-plugin-rtail

Fluentd output plugin for rtail.

Gem Version Build Status

Installation

Add this line to your application's Gemfile:

gem 'fluent-plugin-rtail'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fluent-plugin-rtail

Configuration

<match rtail.data>
  @type rtail

  #host 127.0.0.1
  #port 9999
  #id_key id
  #content_key content
  #use_tag_as_id false
  #use_record_as_content false
  flush_interval 0s
</match>