There was an error while loading. Please reload this page.
1 parent 5162503 commit e889c9eCopy full SHA for e889c9e
fluentd/Dockerfile
@@ -32,7 +32,8 @@ RUN apt-get update \
32
# Use approved plugins
33
RUN gem install specific_install \
34
&& gem specific_install https://github.com/CenterForOpenScience/fluent-plugin-logentries.git master \
35
- && gem specific_install https://github.com/CenterForOpenScience/fluent-plugin-docker-format.git master
+ && gem specific_install https://github.com/CenterForOpenScience/fluent-plugin-docker-format.git master \
36
+ && fluent-gem install fluent-plugin-rewrite-tag-filter -v 1.6.0
37
38
ENV LD_PRELOAD /usr/lib/x86_64-linux-gnu/libjemalloc.so
39
0 commit comments