1
0
mirror of https://github.com/krislamo/graylog_demo synced 2024-09-20 06:00:35 +00:00
graylog_demo/fluentd/Dockerfile

10 lines
294 B
Docker
Raw Normal View History

FROM fluent/fluentd:v1.9.0-debian-1.0
USER root
RUN apt-get update \
&& apt-get -y install --no-install-recommends wget \
&& rm -rf /var/lib/apt/lists/*
RUN gem install fluent-plugin-rewrite-tag-filter
2020-03-02 21:10:08 +00:00
RUN gem install fluent-plugin-gelf-hs
RUN gem install gelf
COPY fluent.conf /fluentd/etc/