is flume channel configured as a file channel? You can use the strings command on the channel log file. Kind of a roundabout way of doing this. But, to your question, no there is no debug mode that I know of to print each event passing through flume
On Sat, Sep 19, 2015 at 5:19 PM, Doug McClure <[email protected]> wrote: > I was hoping this would, but I see only the contents being passed and not > the message headers. I quickly tested using the console producer to > console consumer and get only what I enter via stdin. Is there some way to > put this into a debug level to see more? > > On Fri, Sep 18, 2015 at 10:28 PM, Sharninder <[email protected]> wrote: > >> Use the Kafka console utility to see what's being fed to Kafka. >> >> >> On Saturday, September 19, 2015, Doug McClure <[email protected]> wrote: >> >>> Ideally as they appear passing through broker in topic and at the input >>> to another agent source. This is where I need to parse them and make >>> routing decisions. >>> >>> Doug >>> >>> --- >>> Doug McClure >>> e: [email protected] >>> c: +1-678-561-2288 >>> >>> On Sep 18, 2015, at 8:58 PM, Hari Shreedharan <[email protected]> >>> wrote: >>> >>> Where do you want to see the headers? After the event lands on HDFS? Use >>> the Header and body serializer if you using text, avro serializer writes >>> out the headers. >>> >>> Thanks, >>> Hari >>> >>> >>> On Fri, Sep 18, 2015 at 3:51 PM, Doug McClure <[email protected]> >>> wrote: >>> >>> Is there a debug level or other Flume 1.6 utility I can use to see the >>>> full message headers? I need to see what's being collected in the spooldir >>>> source and sent via kafka sink, specifically the values of fileHeader and >>>> basenameHeader data. >>>> >>>> Tks! >>>> >>>> Doug >>>> >>> >>> >> >> -- >> -- >> Sharninder >> >> >> >> > -- -- Sharninder
