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 9024cad commit 37a76e1Copy full SHA for 37a76e1
fluentd/Dockerfile
@@ -3,4 +3,5 @@ FROM fluent/fluentd:v1.16-debian-1
3
4
USER root
5
RUN fluent-gem install fluent-plugin-prometheus -v 2.0.3 && \
6
- fluent-gem install fluent-plugin-s3 -v 1.7.2
+ 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