Aditya Bharadwaj
Aditya Bharadwaj
Hi @leonardo-albertovich @edsiper @PettitWesley , Fluentd's buffer has configuration to limit chunk size https://docs.fluentd.org/configuration/buffer-section (See `chunk_limit_size`). Ideally output plugins can have a chunk limit, but I also want a solution...
@lecaros any plans for this feature request? Seeing that this has been open for a year, I also have a multi-tenant use case where I'd want 1000+ Outputs configured.
@leonardo-albertovich I'm willing to incorporate any changes requested. I went for the smallest possible changes required here since the limit of 256 outputs is a blocker for me. But if...
@leonardo-albertovich could you review the PR and suggest the necessary changes? Thanks in advance https://github.com/fluent/fluent-bit/pull/7281
We now have namespaced FluentBit CRDs in the operator starting v2.2.0.
The `FluentBit` resource is a namespaced resource that dictates various configurations of the fluent-bit daemonset. The daemonset instances on every node of the cluster will be created in the same...
Could you also share your values.yaml file
@wenchajun @benjaminhuo looks like the enable crds feature has broken upgrade of fluent-operator. I too experienced this, simple `helm upgrade` does not update the CRDs anymore, `helm install` has no...
@AlessandroFazio I think the feature is overall useful, but from what I've seen, in k8s sidecar is only useful for logging when the application isn't writing logs to stdout and...
Thanks for the fixes @nokute78, LGTM