1
0
mirror of https://github.com/krislamo/graylog_demo synced 2025-09-08 11:29:30 +00:00
This commit is contained in:
2020-03-03 13:53:20 -05:00
parent 2514ce237a
commit 8543cb16d2
2 changed files with 23 additions and 21 deletions

View File

@@ -3,7 +3,8 @@ USER root
RUN apt-get update \
&& apt-get -y install --no-install-recommends wget \
&& rm -rf /var/lib/apt/lists/*
RUN gem uninstall gelf -v 3.1.0
RUN gem install gelf -v 3.0.0
RUN gem install fluent-plugin-rewrite-tag-filter
RUN gem install fluent-plugin-gelf-hs
RUN gem install gelf -v 3.0.0
COPY fluent.conf /fluentd/etc/