Re: [us...@httpd] Centralized logging.

2010-04-12 Thread Mark Watts
On Thu, 2010-04-08 at 13:52 -0700, Ray Van Dolson wrote: > So how are people out there in mailing list land handling centralized > logging? > > I'd like to mirror my web farm's logfiles on a central server, but want > to be sure to preserve the W3C-ness so it's easy to run awstats, etc > against t

Re: [us...@httpd] Centralized logging.

2010-04-10 Thread Jason Nunnelley
On 4/10/10 10:04 AM, Ray Van Dolson wrote: Why not use splunk. -- Way too expensive. I think this space could use some competition. :) (Splunk is pretty awesome however though it wouldn't help me in this particular case really...). I keep hearing about folks and Splunk, and would love

Re: [us...@httpd] Centralized logging.

2010-04-10 Thread Ray Van Dolson
On Fri, Apr 09, 2010 at 10:44:54PM -0700, Brent Clark wrote: > On 08/04/2010 22:52, Ray Van Dolson wrote: > > So how are people out there in mailing list land handling centralized > > logging? > > > > I'd like to mirror my web farm's logfiles on a central server, but want > > to be sure to preserve

Re: [us...@httpd] Centralized logging.

2010-04-09 Thread Brent Clark
On 08/04/2010 22:52, Ray Van Dolson wrote: So how are people out there in mailing list land handling centralized logging? I'd like to mirror my web farm's logfiles on a central server, but want to be sure to preserve the W3C-ness so it's easy to run awstats, etc against them from off this centra

Re: [us...@httpd] Centralized logging.

2010-04-09 Thread Mike Cardwell
On 09/04/2010 03:38, Sander Temme wrote: The options I see so far are: Anyone using mod_log_spread and a spread ring to distribute logs? I used that at my previous job which I left a few years ago. I'm assuming they still have it in place. IIRC there were eight shared hosting web servers u

Re: [us...@httpd] Centralized logging.

2010-04-08 Thread Sandro Tosi
On 04/08/2010 10:52 PM, Ray Van Dolson wrote: So how are people out there in mailing list land handling centralized logging? We are considering using Scribe[1] to send logs to a remote log server and aggregate/elaborate them in real-time. [1] http://en.wikipedia.org/wiki/Scribe_%28log_se

Re: [us...@httpd] Centralized logging.

2010-04-08 Thread Sander Temme
On Apr 8, 2010, at 1:52 PM, Ray Van Dolson wrote: > The options I see so far are: Anyone using mod_log_spread and a spread ring to distribute logs? S. -- Sander Temme scte...@apache.org PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF

Re: [us...@httpd] Centralized logging.

2010-04-08 Thread Sean Conner
It was thus said that the Great Ray Van Dolson once stated: > On Thu, Apr 08, 2010 at 02:18:28PM -0700, Jason Nunnelley wrote: > > I'm using syslog-ng. It does the job. > > > > A nice little rsync script is nice, but you're still storing log files > > on the individual servers until you run some

Re: [us...@httpd] Centralized logging.

2010-04-08 Thread Ray Van Dolson
On Thu, Apr 08, 2010 at 02:18:28PM -0700, Jason Nunnelley wrote: > I'm using syslog-ng. It does the job. > > A nice little rsync script is nice, but you're still storing log files > on the individual servers until you run some rsync and delete script. > This can be risky if resources are limited

Re: [us...@httpd] Centralized logging.

2010-04-08 Thread Jason Nunnelley
I'm using syslog-ng. It does the job. A nice little rsync script is nice, but you're still storing log files on the individual servers until you run some rsync and delete script. This can be risky if resources are limited or machines are ephemeral. NFS has its own issues as well. You've got t

[us...@httpd] Centralized logging.

2010-04-08 Thread Ray Van Dolson
So how are people out there in mailing list land handling centralized logging? I'd like to mirror my web farm's logfiles on a central server, but want to be sure to preserve the W3C-ness so it's easy to run awstats, etc against them from off this central box. The options I see so far are: -