Sha256: 2def1b3af044112dd67b8924cb37e5ea2c7a10ea1de5209957b9c28ec1c0b794

Contents?: true

Size: 615 Bytes

Versions: 1

Compression:

Stored size: 615 Bytes

Contents

= MongoDB output plugin for Fluent

== Configuratin

    <match mongo.**>
      type mongo
      database fluent
      collection test

      # following attibutes are optional
      host fluenter
      port 10000
    </match>

== TODO

=== TimeSlicedOutput version

Currently, MemoryBufferChunk requires String object.
But, Mongo client can push event-record to server directory.

=== Infer collection name

Fluent tag is similar to database.collection in Mongo.
This feature makes configuration more easily.

== Copyright

Copyright:: Copyright (c) 2011- Masahiro Nakagawa
License::   Apache License, Version 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-mongo-0.1.0 README.rdoc