Skip to content

Commit

Permalink
1.0: in_tail: Fix an inverted desctiption about max_line_size
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Jan 11, 2022
1 parent 0ec9266 commit 9fdec91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions input/tail.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ If you work with a big cluster with high volume of log, you can use this paramet
| :--- | :--- | :--- |
| size | nil | 1.14.4 |

The maximum line length which should be ignored.
The longer line is just skipped.
The maximum length of a line. Longer lines than it will be just skipped.

If you see `BufferChunkOverflowError` exception frequently, it means that incoming data is too long.
If such a long line is unexpected incoming data and want to ignore it, then set a smaller value than `chunk_limit_size` in `<buffer>` section.
Expand Down

0 comments on commit 9fdec91

Please sign in to comment.