Skip to content

Commit

Permalink
Merge pull request #5 from inway/rel-add-grok
Browse files Browse the repository at this point in the history
Add our internal plugin for parsing k8s
  • Loading branch information
SPodjasek authored Jun 28, 2022
2 parents f4bb79b + a7c7ba0 commit 15a2411
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM bitnami/fluentd:1.14.6-debian-11-r8

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

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

0 comments on commit 15a2411

Please sign in to comment.