Sha256: 67ef80a7530487c91f0eab5a37bbde02c0204c33f62987254c83f0c2f1e7e535

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

= 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:: Copyright (c) 2011- Yudai Odagiri
License::   Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-couch-0.1.3 README.rdoc