kiwigrid / helm-charts

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

FEATURE REQUEST - Configurable of Container Input from Helm Chart #387

Closed tschaible closed 3 years ago

tschaible commented 4 years ago

Is this a request for help?: No


Is this a BUG REPORT or FEATURE REQUEST? (choose one):FEATURE REQUEST

Version of Helm and Kubernetes: Helm 3.1.2, Kubernetes 1.15

Which chart in which version: fluentd-elasticsearch 9.6.0

What happened: I would like to configure 2 aspects of the processing of container logs

I had to completely re-include the container-input section with my own customizations

What you expected to happen: I was hoping to perform a simple configuration with helm values

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know: I would propose allowing for the following settings

containerLogs:
  detectExceptions: 
    enabled: true
  multiLineLogs:
    enabled: true
  parseJson:
    enabled: true
    removeKeyName: true

this would allow for future expansion of the configurability

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.