Re: Flume regex extractor interceptor

2018-04-20 Thread Jyotsna G
Thank you so much. Implemented a custom interceptor as suggested. Regards, Jyotsna On Fri, Apr 20, 2018 at 2:06 PM, Ferenc Szabo wrote: > Hi Jyotsna, > > the Regex Extractor Interceptor reads only the event body and writes into > the headers. > > However, you can write custom interceptor easil

Re: Flume regex extractor interceptor

2018-04-20 Thread Ferenc Szabo
Hi Jyotsna, the Regex Extractor Interceptor reads only the event body and writes into the headers. However, you can write custom interceptor easily by implementing this interface: https://github.com/apache/flume/blob/trunk/flume-ng-core/src/main/java/org/apache/flume/interceptor/Interceptor.jav