-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
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
[feat]Support fluentd grok parser plugin #861
Conversation
Signed-off-by: vincent <[email protected]>
Signed-off-by: vincent <[email protected]>
To use grok, you need to install fluent-plugin-grok-parser in the image first. FROM kubesphere/fluentd:v1.15.3
USER root
RUN fluent-gem install fluent-plugin-grok-parser
USER fluent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should add the grok parser plugin here
https://github.com/fluent/fluent-operator/blob/master/cmd/fluent-watcher/fluentd/Dockerfile.amd64
Hello, there are multiple related dockerfiles here, which ones should I add grok-related configurations to? |
@vincent-vinf Thanks for the PR, we're ready to merge it once the dockerfile is modified |
Signed-off-by: vincent <[email protected]>
The dockerfile has been modified >_< |
What this PR does / why we need it:
Support fluentd grok parser plugin
Which issue(s) this PR fixes:
Fixes #856
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: