Skip to content

kensantou/fluent-plugin-redislist

Repository files navigation

Redis list output plugin for Fluent

fluent-plugin-redislist is a fluent plugin to output list type to redis.

Installation

What you have to do is only installing like this:

gem install fluent-plugin-redislist

Then fluent automatically loads the plugin installed.

Configuration

<match redis.**>
  type redislist

  host localhost
  port 6379

  # database number is optional.
  db_number 0        # 0 is default

  # max size of the FIFO list. no limit applied per default.
  redislist_limit 100
</match>
Copyright

Copyright © 2013- Ken Santou

License

Apache License, Version 2.0

About

Fluentd output plugin for redis list type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages