0

Possible Duplicate:
Centralized Log Monitoring

is there any good solution for Ubuntu Server to collect and view all kinds of logs in one central web interface? Or which approach is used by professional administrators to handle logs? The only thing I found on Google is command line stuff or ugly Windows or Java applications.

Any help appreciated.

Regards Nils

Abenil
  • 125
  • 7

3 Answers3

2

Have you tried Splunk and their Splunk for *nix application? If your volumes are low it's free.

Chopper3
  • 100,240
  • 9
  • 106
  • 238
  • Looks good...since it is only for PHP Development Server there won't be more than 500MB logs. – Abenil Sep 06 '12 at 16:29
  • 1
    I have to admit I'm one of their top customers and utterly love the product for far more than just what you get free, an it can get very expensive if you log a lot, but I can't make any higher recommendation. – Chopper3 Sep 06 '12 at 16:36
2

The Best log analysis (free) available are ELSA and LogZilla.

http://code.google.com/p/enterprise-log-search-and-archive/

http://www.logzilla.pro/

Farhan
  • 4,210
  • 9
  • 47
  • 76
2

Check out the open source self-hostable -- http://graylog2.org/

Chida
  • 2,471
  • 1
  • 16
  • 29