kiwigrid / helm-charts

Helm charts for Kubernetes curated by Kiwigrid
https://kiwigrid.github.io
MIT License
186 stars 209 forks source link

[fluentd-elasticsearch] Adding new configurations for elasticsearch plugin #338

Closed eladyitz closed 4 years ago

eladyitz commented 4 years ago

What this PR does / why we need it:

We at SAP are using "fluentd-elasticsearch" image often and require the following parameters to be remotely configurable from the values.yaml file

  1. Conditioning on logstash_format and using Env
  2. Adding reload_on_failure and using Env
  3. Adding reload_connections and using Env
  4. Using Env for all buffer block"

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

eladyitz commented 4 years ago

Done. The version was updated from 8.0.1 to 9.0.0 and README.md was updated to include an update block from 8.0.0 to 9.0.0.