Skip to content

bug: incorrect fields in syslog input plugin parameters #1083

@lukasboettcher

Description

@lukasboettcher

Describe the issue

The fields Mode, Listen and BufferMaxSize are not set correctly by the operator.

To Reproduce

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

Expected behavior

The fields Mode, Listen and BufferMaxSize should be present in the config.

Your Environment

- Fluent Operator version: latest
- Container Runtime: v1.7.13
- Operating system: Arch
- Kernel version: 6.7.8

How did you install fluent operator?

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions