Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63105 > unrolled thread

Re: Suggest an open-source log analyser?

Started byAlec Taylor <alec.taylor6@gmail.com>
First post2014-01-04 15:24 +1100
Last post2014-01-04 15:24 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Suggest an open-source log analyser? Alec Taylor <alec.taylor6@gmail.com> - 2014-01-04 15:24 +1100

#63105 — Re: Suggest an open-source log analyser?

FromAlec Taylor <alec.taylor6@gmail.com>
Date2014-01-04 15:24 +1100
SubjectRe: Suggest an open-source log analyser?
Message-ID<mailman.4883.1388809462.18130.python-list@python.org>
Web interface (and/or SQL-like query interface); is useful for
drilling down and rolling up multiparametric analyses.

Currently looking at logstash, kibana, graylog2 and a few others.
Might end up writing my own to escape the Java dependency.

Would welcome further suggestions.

On Fri, Jan 3, 2014 at 1:13 AM, William Ray Wing <wrw@mac.com> wrote:
> On Jan 2, 2014, at 12:40 AM, Alec Taylor <alec.taylor6@gmail.com> wrote:
>
>> I use the Python logger class; with the example syntax of:
>>    Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
>>
>> Can of course easily use e.g.: a JSON syntax here instead.
>>
>> Are there any open-source log viewers (e.g.: with a web-interface)
>> that you'd recommend; for drilling down into my logs?
>>
>> Thanks for your suggestions,
>>
>> Alec Taylor
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>
> Why web interface?  That's a ton of overhead just to look at a text file.
> If you are on UNIX or Linux, I'd just use my favorite editor (or possibly View, which is vi in read-only mode, or More or Less).
> If you give them the extension .log you can use whatever app you use to look at console logs.
>
> -Bill

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web