Skip to content

Commit

Permalink
Add fluentd plugins to allow customers to forward data if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Miller committed Aug 5, 2019
1 parent 356ff12 commit 3933edc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +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 from RubyGems
RUN gem install fluent-plugin-systemd -v 1.0.2 \
&& gem install fluent-plugin-record-modifier -v 2.0.1 \
Expand Down

0 comments on commit 3933edc

Please sign in to comment.