No commit activity in last 3 years
No release in over 3 years
Typed mongo output plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.8.4
~> 3.12

Runtime

 Project Readme

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.