We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fluentd version 0.14.12
When trying to use the nginx parser, fluentd crashes with the error
2017-02-09 22:26:13 +0000 [error]: #0 unexpected error error_class=NameError error="uninitialized constant Fluent::Plugin::RegexpParser"
The fluentd config looks like
<source> @type forward @id input1 @label @mainstream port 24224 </source> <label @mainstream> <filter docker.nginx.**> @type parser format nginx key_name log </filter> <match docker.**> @type stdout </match> </label>
The text was updated successfully, but these errors were encountered:
It is a bug. #1459 fixes it.
Sorry, something went wrong.
👍 thanks.
868a6a5
Merge pull request #1459 from fluent/fix-missing-parser-require
8754bdb
parser: Fix missing or wrong require. fix #1458
repeatedly
No branches or pull requests
fluentd version 0.14.12
When trying to use the nginx parser, fluentd crashes with the error
The fluentd config looks like
The text was updated successfully, but these errors were encountered: