Update docker/fluentd/Dockerfile

This commit is contained in:
colin 2024-04-15 20:49:47 +00:00
parent ffa247bd77
commit 119a3589e6
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ RUN apt-get update && apt-get install -y netcat
# Install necessary plugins
RUN fluent-gem install fluent-plugin-out-http --no-document && \
fluent-gem install fluent-plugin-record-reformer --no-document && \
fluent-gem install fluent-plugin-rewrite-tag-filter --no-document && \
fluent-gem install fluentd --no-document
fluent-gem install fluent-plugin-rewrite-tag-filter --no-document
# Copy your custom Fluentd configuration file
COPY fluent.conf /fluentd/etc/