You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a memory-type buffer section in Fluentd ClusterOutput, with empty field Path (not necessary), this field is filled with default value.
Even if it has no effect on Fluentd, its specification creates a warm log entry in fluentd pod, each time it reconcile:
2024-04-03 02:19:01 +0000 [warn]: parameter 'path' in <buffer $.loki-tenant>
@type "memory"
flush_interval 5s
path /buffers/fluentd/log
</buffer> is not used.
Describe the issue
When creating a memory-type
buffer
section in Fluentd ClusterOutput, with empty fieldPath
(not necessary), this field is filled with default value.Even if it has no effect on Fluentd, its specification creates a warm log entry in fluentd pod, each time it reconcile:
To Reproduce
Create a ClusterOutput, as follow:
Have a look at fluentd logs and Fluentd configuration file (the field
Path
is filled with default value)Expected behavior
No default value in Fluentd config file
No warm log in fluentd pod
Your Environment
How did you install fluent operator?
Additional context
No response
The text was updated successfully, but these errors were encountered: