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

Development

~> 1.8.4
~> 3.12
~> 3.0.9

Runtime

 Project Readme

fluent-plugin-typecast¶ ↑

<img src=“https://travis-ci.org/tarom/fluent-plugin-typecast.png?branch=master” alt=“Build Status” /> <img src=“https://badge.fury.io/rb/fluent-plugin-typecast.png” alt=“Gem Version” /> <img src=“https://codeclimate.com/github/tarom/fluent-plugin-typecast/badges/gpa.svg” /> <img src=“https://codeclimate.com/github/tarom/fluent-plugin-typecast/badges/coverage.svg” />

typecast output plugin for fluentd.

Configuration¶ ↑

item_types

KEY:TYPE pairs separated by comma(,). support types:

  • integer

  • float

  • string

  • time

  • bool

  • array

  • json

time_format

format for typecast to time

prefix

prefix string, add to the tag

Example¶ ↑

<match foo.bar>
  item_types test1:integer,test2:string,test3:time,test4:bool
  time_format %d/%b/%Y:%H:%M:%S %z
  prefix typed
</match>

<match typed.foo.bar>
  type mongo
  database fluent_typed
  collection test
</match>

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