CouchDB output plugin for Fluent

Install

$ gem install fluent-plugin-couch

Component

CouchDBOutput

Store fluent-event as CouchDB Document to CouchDB database.

Configuratin

CouchOutput

<match couch.**>
  type couch
  database fluent

  # following attibutes are optional
  host fluenter
  port 10000

  # Other buffer configurations here
</match>

TODO

More configuration

Tool

Copyright

Copyright © 2011- Yudai Odagiri

License

Apache License, Version 2.0