Skip to content

Commit

Permalink
Retain s3 fluentd plugin for now; Add TODO to add more later
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Miller committed Aug 5, 2019
1 parent 3933edc commit 548968e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ RUN apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev \
&& gem install lru_redux \
&& gem install snappy

# FluentD plugins to allow customers to forward data if needed to various cloud platforms
RUN gem install fluent-plugin-s3 \
&& gem install fluent-plugin-google-cloud \
&& gem install fluent-plugin-azure-storage-append-blob
# FluentD plugins to allow customers to forward data if needed to various cloud providers
RUN gem install fluent-plugin-s3
# TODO: Support additional cloud providers
# && gem install fluent-plugin-google-cloud \
# && gem install fluent-plugin-azure-storage-append-blob

# FluentD plugins from RubyGems
RUN gem install fluent-plugin-systemd -v 1.0.2 \
Expand Down

0 comments on commit 548968e

Please sign in to comment.