Skip to content

tarom/fluent-plugin-mongo-typed

Repository files navigation

fluent-plugin-mongo-typed

This plugin extended mongo and mongo_replset output plugins.

Installation

Gems

$ fluent-gem install fluent-plugin-mongo-typed

Configuration

Sample

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

  # KEY:TYPE,...
  item_types number:integer,updated_at:time,enable:bool,members:array
</match>

Copyright © 2013 MORIYA Taro. See LICENSE.txt for further details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages