Fluent::Plugin::Memcached, a plugin for Fluentd

Build Status

Send your logs to Memcached.

Installation

$ gem install fluent-plugin-memcached

Usage

In your Fluentd configuration, use type memcached.
Default values would look like this:

<match dummy>
  type memcached
  host localhost
  port 11211
</match>

Contributing

Bug reports and pull requests are welcome.

License