Hi,
Recently, I want one tail logs tools, I found Flume is the right
tools. But when I study taildir source code. I found several issues.
1. TailFile.readEvent just read one line every time, but in fact it
read BUFFER_SIZE, Sometimes it contain multiple lines, but the next
line will be read
Thank you Peter.
Followed your advice and implemented a custom interceptor to remove the ":"
character.
Regards,
Jyotsna
On Thu, Jun 28, 2018 at 2:43 PM, Peter Turcsanyi
wrote:
> Hi Jyotsna,
>
> I'm afraid you need to write a custom interceptor to replace characters in
> the event header fields