nom3ad / fluent-plugin-keyvalue-parser

Fluent parser plugin for key-value formatted logs.
https://rubygems.org/gems/fluent-plugin-keyvalue-parser
5 stars 1 forks source link

Unknown format template 'keyvalue' #1

Closed jurgenhaas closed 7 years ago

jurgenhaas commented 7 years ago

I have installed your gem and put the following in my config:

<filter app.matterbridge>
  type parser
  format keyvalue
  key_name log
  pair_delimiter " "
  key_value_separator "="
</filter>

Then I'm getting the above error when trying to start td-agent. I'm using td-agent 0.12.31

Any idea what I'm doing wrong?

nom3ad commented 7 years ago

Thanks to @jurgenhaas for pointing out the bug. it has been fixed.