Skip to content

Commit e6fcd23

Browse files
authored
Add plugins (#4)
1 parent 6624ef4 commit e6fcd23

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
debug.log

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ RUN set -eu; \
99
apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev; \
1010
sudo gem install \
1111
fluent-plugin-concat \
12+
fluent-plugin-record-modifier \
1213
fluent-plugin-elasticsearch \
1314
fluent-plugin-grafana-loki \
1415
fluent-plugin-prometheus \
1516
fluent-plugin-s3 \
16-
fluent-plugin-sqs; \
17+
fluent-plugin-sqs \
18+
fluent-plugin-aws-elasticsearch-service; \
1719
sudo gem sources --clear-all; \
1820
apk del .build-deps; \
1921
rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem;

0 commit comments

Comments
 (0)