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
Is your feature request related to a problem? Please describe.
When I collect logs which has a big single line log. It cause OOM KILL fluentd in in_tail stage. So I upgrade my fluentd to v1.14.4 to use the option "max_line_size". It works nice to skip the big log.But now, I have a need to retain the head 50000 length of the big single log.
Describe the solution you'd like
I hope there is a option to control the option "max_line_size" to retain the head length of the big single log.
Describe alternatives you've considered
I don't want to skip the large log and hope to keep 50000 length. I have no idea to deal with it now.
Additional context
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days
Is your feature request related to a problem? Please describe.
When I collect logs which has a big single line log. It cause OOM KILL fluentd in in_tail stage. So I upgrade my fluentd to v1.14.4 to use the option "max_line_size". It works nice to skip the big log.But now, I have a need to retain the head 50000 length of the big single log.
Describe the solution you'd like
I hope there is a option to control the option "max_line_size" to retain the head length of the big single log.
Describe alternatives you've considered
I don't want to skip the large log and hope to keep 50000 length. I have no idea to deal with it now.
Additional context
No response
The text was updated successfully, but these errors were encountered: