Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http parse too long lines #11

Open
bortok opened this issue Jan 8, 2020 · 1 comment
Open

http parse too long lines #11

bortok opened this issue Jan 8, 2020 · 1 comment
Assignees

Comments

@bortok
Copy link
Member

bortok commented Jan 8, 2020

[error] [in_tail] file=/mnt/data/bro/spool/bro/http.log requires a larger buffer size, lines are too long. Skipping file.

@bortok bortok self-assigned this Jan 8, 2020
@bortok
Copy link
Member Author

bortok commented Jan 9, 2020

Use the following Tail input plugin option to ignore long lines instead of the whole file:
Skip_Long_Lines
When a monitored file reach it buffer capacity due to a very long line (Buffer_Max_Size), the default behavior is to stop monitoring that file. Skip_Long_Lines alter that behavior and instruct Fluent Bit to skip long lines and continue processing other lines that fits into the buffer size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant