Skip to content

Commit e889c9e

Browse files
committed
fluentd rewrite tag filter
1 parent 5162503 commit e889c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fluentd/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ RUN apt-get update \
3232
# Use approved plugins
3333
RUN gem install specific_install \
3434
&& 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
35+
&& 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
3637

3738
ENV LD_PRELOAD /usr/lib/x86_64-linux-gnu/libjemalloc.so
3839

0 commit comments

Comments
 (0)