Skip to content

CiscoZeus/fluent-plugin-field-flatten-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent-plugin-field-multiregex

Fluent output plugin for reforming a record using multiple named capture regular expressions

Installation

Use RubyGems:

td-agent-gem install fluent-plugin-field-multiregex

Configuration

<match pattern>
    type                field_multiregex
    parse_key           message
    remove_tag_prefix   raw
    add_tag_prefix      parsed
    multiline           true
    pattern1            ^Regular Expression with (?<capture>named captures)$
</match>

About

Flattens a json field

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages