Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-couch-sharded

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-couch-sharded

  • 0.6.3
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

= 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-sharded

== Component

=== CouchDBOutput

Store fluent-event as CouchDB Document to CouchDB database.

This is a forked version to add extra features.

== 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- Yudai Odagiri License:: Apache License, Version 2.0

FAQs

Package last updated on 20 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc