Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parser_multiline.rb must require parser_regexp in order to use Fluent…
…::Plugin::RegexpParser Because parser_multiline uses Fluent::Plugin::RegexpParser it must require parser_regexp, otherwise, you get error messages like this when using in_tail with format multiline: ``` 2017-02-09 02:02:25 +0000 [error]: #0 fluent/supervisor.rb:674:block in main_process: config error file="/etc/fluent/fluent.conf" error_class=Fluent::ConfigError error="Invalid regexp '^(?<time>\\S+\\s+\\S+\\s+\\S+)\\s+(?<host>\\S+)\\s+(?<ident>[\\w\\/\\.\\-]*)(?:\\[(?<pid>[0-9]+)\\])?[^\\:]*\\:\\s*(?<message>.*)$': uninitialized constant Fluent::Plugin::RegexpParser\nDid you mean? RegexpError" ```
- Loading branch information