Skip to content

dixentw/fluent-plugin-to_s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent-plugin-to_js Gem Version

Plugin that adds whole record to (default) to_s field

Installation

gem install fluent-plugin-to_js

Usage

<match test.**>
  @type tojs
  field_name to_string
</match>

following inputs are coming:

test.hoge {"data":"wef"}

then output becomes as belows

string.test.hoge {"data":"wef", "to_string":"{\"data\":\"wef\"}"}

About

Plugin that adds whole record to to_s field

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%