Sha256: 262706887339fa170eece0127c46b578ed8d3f85cb596dbfab4638b9fcd17dfe

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 Bytes

Contents

= CouchDB output plugin for Fluent

== Install
 $ gem install fluent-plugin-couch

== Component

=== CouchDBOutput

Store fluent-event as CouchDB Document to CouchDB database.

== Configuration

=== CouchOutput

    <match couch.**>
      type couch
      database fluent

      # following attibutes are optional
      host fluenter
      port 10000

      # Other buffer configurations here
    </match>

== TODO
=== More configuration
==== Configuration option "regenerating_views_on_update [true(default)/false]"
* http://wiki.apache.org/couchdb/Regenerating_views_on_update

== Feature
* update document ( can be used to handle events such as updating the status of the server.)

== 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.3.2 README.rdoc