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
A fix was applied to the fluent-bit repo in fluent/fluent-bit#3085 has not been completed in fluent-operator, the parameter exists in the other default parsers.
'The default parsers.conf cri parser is missing Time_Keep setting.'
[PARSER]
# http://rubular.com/r/tjUt3Awgg4
Name cri
Format regex
Regex ^(?<time>[^ ]+) (?<stream>stdout|stderr) (?<logtag>[^ ]*) (?<message>.*)$
Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S.%L%z
Time_Keep On
To Reproduce
Use the default cri parser for parsing logs with the operator ClusterFluentBitConfig resource.
Expected behavior
Expect the default cri parser to keep the time field.
How did you install fluent operator?
via Helm
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the issue
A fix was applied to the fluent-bit repo in fluent/fluent-bit#3085 has not been completed in fluent-operator, the parameter exists in the other default parsers.
'The default parsers.conf cri parser is missing Time_Keep setting.'
Fluent Operator default cri parser https://github.com/fluent/fluent-operator/blob/master/conf/parsers.conf#L125
Fluent Bit default cri parser https://github.com/fluent/fluent-bit/blob/master/conf/parsers.conf#L114
To Reproduce
Use the default cri parser for parsing logs with the operator ClusterFluentBitConfig resource.
Expected behavior
Expect the default cri parser to keep the time field.
How did you install fluent operator?
via Helm
Additional context
No response
The text was updated successfully, but these errors were encountered: