File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
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/ \
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
8389COPY plugins /fluentd/plugins
8490
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments