fluent-plugin-parser icon indicating copy to clipboard operation
fluent-plugin-parser copied to clipboard

apply other tag if not match

Open kennycyb opened this issue 9 years ago • 1 comments

Will be good when format not match, I can apply another tag, e.g.

    type parser
    key_name message
    format /myregex/
    unmatched_tag my.app.unknown

then I can have another chained match:

<match my.app.unknown>
   # do something.
</match>

kennycyb avatar Jul 22 '15 07:07 kennycyb

Patches welcome :D

tagomoris avatar Aug 07 '15 08:08 tagomoris