Skip to content

Commit

Permalink
Set kubernetes_sumologic version; Fix test fluent.conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Miller committed Jul 18, 2019
1 parent 40f70d5 commit e111ceb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN gem install fluent-plugin-s3 -v 1.1.4 \
&& gem install fluent-plugin-concat -v 2.3.0 \
&& gem install fluent-plugin-rewrite-tag-filter -v 2.1.0 \
&& gem install fluent-plugin-prometheus -v 1.1.0 \
&& gem install fluent-plugin-kubernetes_sumologic
&& gem install fluent-plugin-kubernetes_sumologic -v 2.4.1

# FluentD plugins from this repository
RUN gem install fluent-plugin-prometheus-format \
Expand Down
3 changes: 0 additions & 3 deletions deploy/docker/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<match FOR_TEST_ONLY>
@type datapoint
</match>
<filter FOR_TEST_ONLY>
@type carbon_v2
</filter>
<filter FOR_TEST_ONLY>
@type prometheus_format
</filter>
Expand Down

0 comments on commit e111ceb

Please sign in to comment.