Several taildir issues.

2018-06-29 Thread Feng Longda
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

Re: Query regarding customizing baseNameHeader value

2018-06-29 Thread Jyotsna G
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