i wanted to changed resource consumption for my syslogNG resources as mentioned here:
https://kube-logging.dev/docs/operation/requirements/
but i get
one or more objects failed to apply, reason: failed to create typed patch object (/syslog-ng; logging.banzaicloud.io/v1beta1, Kind=Logging): .spec.syslogNG.resources: field not declared in schema
resources work for fluentbit and fluentd, not for syslogNG
v6.2.1
apiVersion: logging.banzaicloud.io/v1beta1
kind: Logging
metadata:
name: syslog-ng
spec:
controlNamespace: logging
syslogNG:
jsonKeyDelim: '#'
metrics:
serviceMonitor: true
resources:
...