Skip to content

airtoxin/fluent-plugin-to_s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent-plugin-to_s Gem Version

Plugin that adds whole record to to_s field

Installation

gem install fluent-plugin-to_s

Usage

<match test.**>
  type to_s
  tag_prefix string
  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