No commit activity in last 3 years
No release in over 3 years
This gem will help you to connect redis and fluentd. With it you'll be able to get your data from redis with fluentd.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

< 2, >= 0.14.0
< 3.4.0, >= 3.3.0
 Project Readme

Fluent::Plugin::RedisListPoller

This gem will help you to connect redis and fluentd. With it you'll be able to get your data from redis with fluentd.

Requirements

  • Fluentd v0.14+

Installation

gem install fluent-plugin-redis-list-source -v 1.3

Configuration Options

<source>
  @type       redis_list_source
  host        127.0.0.1
  port        6379
  password    nil
  db          0
  timeout     5.0
  driver      ruby
  <parse>
    @type json
  </parse>
</source>