Skip to content

Commit 20dd3f3

Browse files
committed
feat: rollback detect exception plugin
Signed-off-by: jcriadomarco <[email protected]>
1 parent 701df71 commit 20dd3f3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

base-image/Dockerfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@ RUN mkdir -p /fluentd/log /fluentd/etc /fluentd/plugins /usr/local/bundle/bin/ \
7878
&& cd fluent-plugin-loggly \
7979
&& gem build fluent-plugin-loggly.gemspec \
8080
&& 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
8288

8389
COPY plugins /fluentd/plugins
8490

base-image/Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ gem 'gelf', "3.1.0"
5151
gem 'logfmt', "0.0.10"
5252
gem 'kubeclient', "~> 4.9.3"
5353
gem 'fluent-plugin-webhdfs', '1.5.0'
54-
gem 'fluent-plugin-detect-exceptions', '~> 0.0.15'
5554
# webhdfs requires gssapi plugin to work
5655
gem 'gssapi', '1.3.1'

base-image/Gemfile.lock

-3
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ GEM
105105
fluent-plugin-datadog (0.14.2)
106106
fluentd (>= 1, < 2)
107107
net-http-persistent (~> 4.0.1)
108-
fluent-plugin-detect-exceptions (0.0.15)
109-
fluentd (>= 0.10)
110108
fluent-plugin-elasticsearch (5.3.0)
111109
elasticsearch
112110
excon
@@ -400,7 +398,6 @@ DEPENDENCIES
400398
fluent-plugin-cloudwatch-logs (= 0.14.3)
401399
fluent-plugin-concat (= 2.5.0)
402400
fluent-plugin-datadog (= 0.14.2)
403-
fluent-plugin-detect-exceptions (~> 0.0.15)
404401
fluent-plugin-elasticsearch (= 5.3.0)
405402
fluent-plugin-gelf-hs (= 1.0.8)
406403
fluent-plugin-grafana-loki (= 1.2.20)

0 commit comments

Comments
 (0)