Skip to content

kazeichev/fluent-plugin-redis_list_poller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Plugin witch support export data from redis to fluentd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%