File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,13 @@ RUN mkdir -p /fluentd/log /fluentd/etc /fluentd/plugins /usr/local/bundle/bin/ \
78
78
&& cd fluent-plugin-loggly \
79
79
&& gem build fluent-plugin-loggly.gemspec \
80
80
&& gem install fluent-plugin-loggly-*.gem \
81
- && rm -rf /fluentd/fluent-plugin-loggly
81
+ && rm -rf /fluentd/fluent-plugin-loggly \
82
+ && cd /fluentd \
83
+ && git clone https://github.com/slimm609/fluent-plugin-detect-exceptions.git fluent-plugin-detect-exceptions \
84
+ && cd fluent-plugin-detect-exceptions \
85
+ && gem build fluent-plugin-detect-exceptions.gemspec \
86
+ && gem install fluent-plugin-detect-exceptions-*.gem \
87
+ && rm -rf /fluentd/fluent-plugin-detect-exceptions
82
88
83
89
COPY plugins /fluentd/plugins
84
90
Original file line number Diff line number Diff line change @@ -51,6 +51,5 @@ gem 'gelf', "3.1.0"
51
51
gem 'logfmt' , "0.0.10"
52
52
gem 'kubeclient' , "~> 4.9.3"
53
53
gem 'fluent-plugin-webhdfs' , '1.5.0'
54
- gem 'fluent-plugin-detect-exceptions' , '~> 0.0.15'
55
54
# webhdfs requires gssapi plugin to work
56
55
gem 'gssapi' , '1.3.1'
Original file line number Diff line number Diff line change 105
105
fluent-plugin-datadog (0.14.2 )
106
106
fluentd (>= 1 , < 2 )
107
107
net-http-persistent (~> 4.0.1 )
108
- fluent-plugin-detect-exceptions (0.0.15 )
109
- fluentd (>= 0.10 )
110
108
fluent-plugin-elasticsearch (5.3.0 )
111
109
elasticsearch
112
110
excon
@@ -400,7 +398,6 @@ DEPENDENCIES
400
398
fluent-plugin-cloudwatch-logs (= 0.14.3 )
401
399
fluent-plugin-concat (= 2.5.0 )
402
400
fluent-plugin-datadog (= 0.14.2 )
403
- fluent-plugin-detect-exceptions (~> 0.0.15 )
404
401
fluent-plugin-elasticsearch (= 5.3.0 )
405
402
fluent-plugin-gelf-hs (= 1.0.8 )
406
403
fluent-plugin-grafana-loki (= 1.2.20 )
You can’t perform that action at this time.
0 commit comments