repeatedly / fluent-plugin-multi-format-parser

Multi format parser for Fluentd
108 stars 16 forks source link

Is it possible to retag inside a pattern? #8

Closed netsuvi closed 6 years ago

netsuvi commented 6 years ago

For example like this:

 @type multi_format
    <pattern>
      format json
      tag json
    </pattern>
repeatedly commented 6 years ago

parser doesn't have tag feature so it is impossible in this plugin.