Skip to content

Commit 37a76e1

Browse files
committed
Add fluent-plugin-cloudwatch-logs
1 parent 9024cad commit 37a76e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fluentd/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ FROM fluent/fluentd:v1.16-debian-1
33

44
USER root
55
RUN fluent-gem install fluent-plugin-prometheus -v 2.0.3 && \
6-
fluent-gem install fluent-plugin-s3 -v 1.7.2
6+
fluent-gem install fluent-plugin-s3 -v 1.7.2 && \
7+
fluent-gem install fluent-plugin-cloudwatch-logs -v 0.14.3

0 commit comments

Comments
 (0)