Skip to content

Commit

Permalink
Merge pull request #4 from inway/rel-add-grok
Browse files Browse the repository at this point in the history
Add grok, drop old kubernetes plugin
  • Loading branch information
SPodjasek authored Jun 24, 2022
2 parents 28bed05 + 9eb10a4 commit f4bb79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bitnami/fluentd:1.14.6-debian-11-r8

ENV PLUGINS "fluent-plugin-parser-cri fluent-plugin-multi-format-parser fluent-plugin-kubernetes"
ENV PLUGINS "fluent-plugin-parser-cri fluent-plugin-multi-format-parser fluent-plugin-grok-parser"

RUN for PLUGIN in $PLUGINS; do \
echo "=> Install $PLUGIN" && fluent-gem install $PLUGIN --no-document; \
Expand Down

0 comments on commit f4bb79b

Please sign in to comment.