Re: [Rails] Re: Consolidated logging

2016-12-04 Thread Frederick Cheung
On Thursday, November 24, 2016 at 8:25:05 PM UTC, Hassan Schroeder wrote: > > On Thu, Nov 24, 2016 at 2:20 AM, Frederick Cheung > wrote: > > > If you're on aws, then aws cloudwatch has a logs feature these days. It > can > > do some things like creating metrics /

Re: [Rails] Re: Consolidated logging

2016-11-24 Thread Hassan Schroeder
On Thu, Nov 24, 2016 at 2:20 AM, Frederick Cheung wrote: > If you're on aws, then aws cloudwatch has a logs feature these days. It can > do some things like creating metrics / alarms from logs, but it's not > anything as full featured as logstash / elasticsearch/

Re: [Rails] Re: Consolidated logging

2016-11-24 Thread Hassan Schroeder
On Thu, Nov 24, 2016 at 2:17 AM, 'Stefan Frank' via Ruby on Rails: Talk wrote: > setting up an Elastic-Stack(https://www.elastic.co), ELK is an option since we're already using Elasticsearch for text search but I'd rather have log files stay in plain-text

[Rails] Re: Consolidated logging

2016-11-24 Thread Frederick Cheung
On Tuesday, November 22, 2016 at 5:35:32 PM UTC, Hassan Schroeder wrote: > > I'm looking for recommendations on consolidating Rails logs from > multiple servers[*] into one. > > [*] AWS EC2 instances running Ubuntu 16.04 + Ruby 2.3.x/Rails 5 > > Bonus points for workable integration with

[Rails] Re: Consolidated logging

2016-11-24 Thread 'Stefan Frank' via Ruby on Rails: Talk
probably not getting any Bonus points for pointing out that there are existing ami-images for setting up an Elastic-Stack(https://www.elastic.co), consisting of logstash (for sending out logfiles), elasticsearch (for collecting them centrally and making them searchable), and kibana (for

Re: [Rails] Re: Consolidated logging

2016-11-23 Thread Hassan Schroeder
On Wed, Nov 23, 2016 at 7:51 AM, Joe Guerra wrote: > try this? > https://newrelic.com/ruby Thanks, we already use NewRelic - even the free tier is super useful - but that has nothing to do with exporting/consolidating logs. >> I'm looking for recommendations on

[Rails] Re: Consolidated logging

2016-11-23 Thread Joe Guerra
try this? https://newrelic.com/ruby On Tuesday, November 22, 2016 at 12:35:32 PM UTC-5, Hassan Schroeder wrote: > > I'm looking for recommendations on consolidating Rails logs from > multiple servers[*] into one. > > [*] AWS EC2 instances running Ubuntu 16.04 + Ruby 2.3.x/Rails 5 > > Bonus