Skip to content

Latest commit

 

History

History
executable file
·
40 lines (24 loc) · 584 Bytes

README.rdoc

File metadata and controls

executable file
·
40 lines (24 loc) · 584 Bytes

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

  • add “time” field

  • Bulk Insert

More configuration

Tool

Copyright

Copyright © 2011- Yudai Odagiri

License

Apache License, Version 2.0