RE: Server Logs

2016-01-03 Thread chandra sekar
Dear Ewen, Thanks for your information. If separate app to collect logs, How could to collect logs from sensor devices. Regards Sekar. > Date: Fri, 1 Jan 2016 10:20:37 -0500 > Subject: Re: Server Logs > From: e...@confluent.io > To: users@kafka.apache.org > > Chandra, >

Re: Server Logs

2016-01-01 Thread Ewen Cheslack-Postava
server side or Hadoop > Cluster side (kafka)? > Thanks & Regards Sekar > > > > Date: Mon, 28 Dec 2015 13:06:22 -0800 > > Subject: Re: Server Logs > > From: e...@confluent.io > > To: users@kafka.apache.org > > > > Chandra, > > > > If you&#

RE: Server Logs

2015-12-29 Thread chandra sekar
Dear Ewen, Where do i run the separate application? Is it IIS server side or Hadoop Cluster side (kafka)? Thanks & Regards Sekar > Date: Mon, 28 Dec 2015 13:06:22 -0800 > Subject: Re: Server Logs > From: e...@confluent.io > To: users@kafka.apache.org > > Chandra, >

Re: Server Logs

2015-12-28 Thread Ewen Cheslack-Postava
Chandra, If you're just serving files from IIS and want to collect logs, you'll probably want to run a separate application to collect the log files and report each log entry to Kafka. If you're running a web application, you can use the producer yourself to report events to Kafka. -Ewen On Sun