Closed lukasboettcher closed 8 months ago
The fields Mode, Listen and BufferMaxSize are not set correctly by the operator.
Mode, Listen and BufferMaxSize
create a syslog input:
apiVersion: fluentbit.fluent.io/v1alpha2 kind: ClusterInput metadata: name: syslog labels: fluentbit.fluent.io/enabled: "true" fluentbit.fluent.io/component: logging spec: syslog: mode: tcp port: 6659
check the generated config:
kubectl get secrets fluent-bit-config -o jsonpath='{.data.fluent-bit\.conf}' | base64 -d
The fields Mode, Listen and BufferMaxSize should be present in the config.
- Fluent Operator version: latest - Container Runtime: v1.7.13 - Operating system: Arch - Kernel version: 6.7.8
No response
Describe the issue
The fields
Mode, Listen and BufferMaxSize
are not set correctly by the operator.To Reproduce
create a syslog input:
check the generated config:
Expected behavior
The fields
Mode, Listen and BufferMaxSize
should be present in the config.Your Environment
How did you install fluent operator?
No response
Additional context
No response