Update docker/fluentd/Dockerfile
This commit is contained in:
parent
ffa247bd77
commit
119a3589e6
|
@ -10,8 +10,7 @@ RUN apt-get update && apt-get install -y netcat
|
||||||
# Install necessary plugins
|
# Install necessary plugins
|
||||||
RUN fluent-gem install fluent-plugin-out-http --no-document && \
|
RUN fluent-gem install fluent-plugin-out-http --no-document && \
|
||||||
fluent-gem install fluent-plugin-record-reformer --no-document && \
|
fluent-gem install fluent-plugin-record-reformer --no-document && \
|
||||||
fluent-gem install fluent-plugin-rewrite-tag-filter --no-document && \
|
fluent-gem install fluent-plugin-rewrite-tag-filter --no-document
|
||||||
fluent-gem install fluentd --no-document
|
|
||||||
|
|
||||||
# Copy your custom Fluentd configuration file
|
# Copy your custom Fluentd configuration file
|
||||||
COPY fluent.conf /fluentd/etc/
|
COPY fluent.conf /fluentd/etc/
|
||||||
|
|
Loading…
Reference in New Issue