Re: Centralized logging for storm

2017-03-31 Thread Artem Ervits
ntoine.t...@thales-services.fr> > *Reply-To: *"user@storm.apache.org" <user@storm.apache.org> > *Date: *Friday, March 31, 2017 at 9:58 AM > > *To: *"user@storm.apache.org" <user@storm.apache.org> > *Subject: *Re: Centralized logging for storm > >

Re: Centralized logging for storm

2017-03-31 Thread Cody Lee
7 at 9:58 AM To: "user@storm.apache.org" <user@storm.apache.org> Subject: Re: Centralized logging for storm How about modifying the worker.xml configuration, so that we add a appender to logstash/elasticsearch ? No need to add a filebeat if this is handled by Storm itself. On 3

Re: Centralized logging for storm

2017-03-31 Thread Antoine Tran
to have a richer search/filtering. Cody *From: *Harsh Choudhary <shry.ha...@gmail.com> *Reply-To: *"user@storm.apache.org" <user@storm.apache.org> *Date: *Friday, March 31, 2017 at 4:38 AM *To: *"user@storm.apache.org" <user@storm.apache.org> *Subject:

Re: Centralized logging for storm

2017-03-31 Thread Cody Lee
"user@storm.apache.org" <user@storm.apache.org> Subject: Re: Centralized logging for storm Hi Shashank What we do is, we have filebeats installed on our Storm clusters and they send the log files data to our central log server, Graylog. This tool is great and you can see your log

Re: Centralized logging for storm

2017-03-31 Thread Harsh Choudhary
Hi Shashank What we do is, we have filebeats installed on our Storm clusters and they send the log files data to our central log server, Graylog. This tool is great and you can see your logs like they are one stream of messages, sorted by timestamp. One thing that really helps is that you can

Re: Centralized logging for storm

2017-03-31 Thread Stefan Rakonjac
Hello Shashank, I understand this won't help with merging all the log outputs into one single file, but you can configure your Storm workers to write logs to an NFS mounted to each of the workers (that's what we do) and than access them all at that one place with whichever tool you prefer.

Re: Centralized logging for storm

2017-03-31 Thread Jungtaek Lim
Hi Shashank, previously I used Fluentd with some plugins to tail log lines, parse, transform, and store to ES. I think you can do it similar with Logstash. There're some frameworks like Apache NiFi to help ETL and I guess it can achieve what you'd like to do. Thanks, Jungtaek Lim (HeartSaVioR)

Centralized logging for storm

2017-03-31 Thread Shashank Prasad
Hi folks, Storm is a great tool but the logs are all over the place. As you increase your workers, your log files will increase as well and there is no single file it logs to. This makes it very hard to troubleshoot since you have to tail multiple logs. Ideally, i would like to ship all the