splunk / splunk-connect-for-kubernetes

Helm charts associated with kubernetes plug-ins
Apache License 2.0
344 stars 270 forks source link

Added support for fluentd bufferChunkKeys in logging-pod (fixes #765) #802

Closed mmeyer21 closed 2 years ago

mmeyer21 commented 2 years ago

support of bufferChunkKeys added and set index as default bufferChunkKey this helps to prevent an issue of missing events if a pod starts up with an index that the hec declines. Without bufferChunkKeys all events are mixed within the same chunks and the whole chunk gets thrown away if hec does not accept it.

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply.