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

Development

>= 0

Runtime

>= 0
 Project Readme

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>