Sha256: 94e41173d7bb024b1905c065d8d5b8c42d29076d754b5bb6374bd9ddfcb32a5d
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 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. ${tag} will be replaced with actual event's tag. doc_key_jsonpath $.event.key #default:nil. ${tag} will be replaced with actual event's tag. 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-couch-0.9.1 | README.rdoc |