Paul Smith
Paul Smith
Hi! I've continued to dance around buildpacks and got the following issues/considerations: 1. Why rebuild everything when application tag changes? For example, I have app:v1. Changed a few lines and...
Adds support for "code:" inline block in LUA namespace-wide filter. See: https://docs.fluentbit.io/manual/pipeline/filters/lua "code | Inline LUA code instead of loading from a path via script." ```release-note None ``` ```docs Usage:...
Input pauses on high pressure in complicated configs (using rewriteTag). "If the destination for the new records generated might face backpressure due to latency or slow network, we strongly recommend...
Ability to set emitter parameters from filter rewriteTag. In addition to clusterfilter-only https://github.com/fluent/fluent-operator/pull/1069 ```release-note None ``` ```docs apiVersion: fluentbit.fluent.io/v1alpha2 kind: Filter metadata: labels: fluentbit.fluent.io/enabled: "true" name: filter namespace: namespace spec:...
### Describe the issue We've got CI which deploys filters, parsers and outputs into several namespaces. It works like this: before deployment it deletes everything in namespace. Started from version...