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

Development

~> 10.0
~> 3.0, ~> 3.1

Runtime

>= 0.10.53
 Project Readme

fluent-plugin-record-serializer

fluentd filter plugin that serialize a record.

Build Status Code Climate

If following record is passed:

{"message": "hello world!"}

then you got new record like below:

{"tag": "pattern", "payload": "{\"message\": \"hello world!\"}"}

Installation

Install with gem or fluent-gem command as:

# for fluentd
$ gem install fluent-plugin-record-serializer

# for td-agent
$ sudo /usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-record-serializer

Configuration

In v0.12, you can use record_modifier filter.

<filter pattern>
  type record_serializer
</filter>

In v0.10, you can use record_serializer output to emulate filter.

<match pattern>
  type record_serializer
  tag serialized.pattern
</match>

Copyright

  • Copyright
    • Copyright(C) 2015- IKUTA Masahito (cooldaemon)
  • License
    • Apache License, Version 2.0