We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI Team, Hi Team, "Skip_Empty_Lines" property is there if we deploy fluent-bit using fluent-bit helm charts. Below is the reference from fluent bit official manual. https://docs.fluentbit.io/manual/pipeline/inputs/tail But the same property is missed out if we deploy fluent-bit using fluent-operator helm charts. "Skip_Empty_Lines" is missed out in ClusterInput CRD as well. https://github.com/fluent/fluent-operator/blob/master/charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_clusterinputs.yaml#L674-L834
Could you please look into this issue?
Deploy fluent-bit using fluent-operator helm chart. If we verify the ClusterInput CRD, "Skip_Empty_Lines" property is missing for tail configuration.
End user should be able add the "Skip_Empty_Lines" property to the ClusterInput > Tail configuration.
Fluent Operator version: v3.1.0 - Container Runtime: containerd - Operating system: Ubuntu 22.04.4 LTS
Deploy fluent-bit using fluent-operator helm chart in k8s environment.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the issue
HI Team,
Hi Team, "Skip_Empty_Lines" property is there if we deploy fluent-bit using fluent-bit helm charts. Below is the reference from fluent bit official manual.
https://docs.fluentbit.io/manual/pipeline/inputs/tail
But the same property is missed out if we deploy fluent-bit using fluent-operator helm charts. "Skip_Empty_Lines" is missed out in ClusterInput CRD as well.
https://github.com/fluent/fluent-operator/blob/master/charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_clusterinputs.yaml#L674-L834
Could you please look into this issue?
To Reproduce
Deploy fluent-bit using fluent-operator helm chart. If we verify the ClusterInput CRD, "Skip_Empty_Lines" property is missing for tail configuration.
Expected behavior
End user should be able add the "Skip_Empty_Lines" property to the ClusterInput > Tail configuration.
Your Environment
How did you install fluent operator?
Deploy fluent-bit using fluent-operator helm chart in k8s environment.
Additional context
No response
The text was updated successfully, but these errors were encountered: