Fluent::Plugin::Memcached, a plugin for Fluentd
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
- Copyright (c) 2015 innossh
- Apache License, Version 2.0