1
0
mirror of https://github.com/krislamo/graylog_demo synced 2025-09-08 19:39:29 +00:00

Fix logging to file and importing into Graylog

This commit is contained in:
2020-02-19 12:26:34 -05:00
parent 3269520279
commit 469a1c6d87
2 changed files with 20 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ 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
RUN gem install gelf
RUN cd /fluentd/plugins \
&& wget -q https://raw.githubusercontent.com/emsearcy/fluent-plugin-gelf/master/lib/fluent/plugin/out_gelf.rb