Skip to content

Commit

Permalink
Merge pull request #349 from shivpathak/fluent-plugin-detect-exceptions
Browse files Browse the repository at this point in the history
adding fluent-plugin-detect-exceptions plugin to fluentd-elasticsearch image…
  • Loading branch information
repeatedly authored Sep 17, 2019
2 parents d33872f + 94cc00f commit 90cd670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ gem "fluent-plugin-rewrite-tag-filter", "~> 2.2.0"
<% case target when "elasticsearch6" %>
gem "elasticsearch", "~> 6.0"
gem "fluent-plugin-elasticsearch", "~> 3.5.5"
gem "fluent-plugin-detect-exceptions", "~> 0.0.12"
<% when "elasticsearch7" %>
gem "elasticsearch", "~> 7.0"
gem "fluent-plugin-elasticsearch", "~> 3.5.5"
gem "fluent-plugin-detect-exceptions", "~> 0.0.12"
<% when "logentries" %>
#gem "fluent-plugin-logentries"
<% when "loggly"%>
Expand Down

0 comments on commit 90cd670

Please sign in to comment.