We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6624ef4 commit e6fcd23Copy full SHA for e6fcd23
.gitignore
@@ -0,0 +1 @@
1
+debug.log
Dockerfile
@@ -9,11 +9,13 @@ RUN set -eu; \
9
apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev; \
10
sudo gem install \
11
fluent-plugin-concat \
12
+ fluent-plugin-record-modifier \
13
fluent-plugin-elasticsearch \
14
fluent-plugin-grafana-loki \
15
fluent-plugin-prometheus \
16
fluent-plugin-s3 \
- fluent-plugin-sqs; \
17
+ fluent-plugin-sqs \
18
+ fluent-plugin-aws-elasticsearch-service; \
19
sudo gem sources --clear-all; \
20
apk del .build-deps; \
21
rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem;
0 commit comments