tagomoris / fluent-plugin-parser

Other
74 stars 23 forks source link

apply other tag if not match #23

Open kennycyb opened 9 years ago

kennycyb commented 9 years ago

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>
tagomoris commented 9 years ago

Patches welcome :D