Sha256: 6cc87c094811264266748d52d0e82bd4cd017a07f6aa16684c319557b5b191b5

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

= CouchDB output plugin for Fluentd

fluent-plugin-couch provides output plugins for {Fluentd}[http://fluentd.org/].

= Installation

== Gems

The gem is hosted at {Rubygems.org}[http://rubygems.org]. You can install the gem as follows:

    $ fluent-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                #default:localhost
      port 10000                   #default:5984
      protocol https               #default:http

      update_docs true             #default:false
      doc_key_field doc_id         #default:nil
      doc_key_jsonpath $.event.key #default:nil

      refresh_view_index viewname  #default:nil

      # for Basic Authentication (optional)
      user odagiri
      password yudai

      # Other buffer configurations here
    </match>

== TODO
=== More configuration
=== Feature
* 

== Tool

== Copyright

Copyright:: Copyright (c) 2011- Yuri Odagiri
License::   Apache License, Version 2.0

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-couch-0.8.1 README.rdoc
fluent-plugin-couch-0.8.0 README.rdoc
fluent-plugin-couch-0.7.0 README.rdoc
fluent-plugin-couch-0.6.1 README.rdoc