adding timestsamp interceptor to the flume

2015-12-04 Thread DurgaPrasad Bandaru
i have query that how to intercept the exec source file.give me one example?

Adding an interceptor

2012-11-07 Thread Rahul Ravindran
Apologies. I am new to Flume, and I am probably missing something fairly obvious. I am attempting to test using a timestamp interceptor and host interceptor but I see only a sequence of numbers in the remote end. Below is the flume config: agent1.channels.ch1.type = MEMORY

Re: Adding an interceptor

2012-11-07 Thread Hari Shreedharan
Rahul, The interceptor adds headers, not content to the body. Unless you are somehow writing the headers out, you will not see the headers in the output. The sequence of numbers you see are generated by the SEQ source - which is what it does. Hari -- Hari Shreedharan On Wednesday,