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


Groups > comp.lang.python > #42821

Re: Python log parser

References <CAFLxTvmDXgeKivwVTRwa4CJ-sd+9esOiwo=co-FFsBgoxO-16w@mail.gmail.com> <mailman.120.1365123545.3114.python-list@python.org> <kjmjod$o0g$1@reader1.panix.com>
Date 2013-04-05 16:42 +0300
Subject Re: Python log parser
From Nac Temha <naccttemha@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.140.1365169349.3114.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Fri, Apr 5, 2013 at 4:31 PM, Grant Edwards <invalid@invalid.invalid>wrote:

> On 2013-04-05, rh <richard_hubbe11@lavabit.com> wrote:
> > On Fri, 5 Apr 2013 02:17:55 +0300 Nac Temha <naccttemha@gmail.com>
> wrote:
> >
> >> Hi, I'm working to parse log files. But I need to help this matter. I
> >> want to parse syslog(wihch program is running, timestamp,host,etc) of
> >> system I could not find any module of python for this. Or do you have
> >> suggestion?
> >
> > pydoc syslog
> >
> > That intenough?
>
> No.  Can you be more specific?  All the documentation I've found for
> the syslog module is for _generating_ log entries (it's a wrapper for
> the Unix syslog library).
>
>
Thanks for understand me.


> That's not what the OP asked about.
>
> The OP asked about parsing syslog files, not generating syslog file
> entries.
>
>
Can syslog module parsing syslog messages? I give you example for better
explain this matter; I can parse perl module(
http://search.cpan.org/dist/Parse-Syslog/lib/Parse/Syslog.pm). I obtained
host,program,message text. I want to do them with python.




> Parsing syslog files is not a well-defined problem.  The format of a
> syslog file depends on which system log daemon you're running and now
> it's configured.
>
> --
> Grant Edwards               grant.b.edwards        Yow! Do I have a
> lifestyle
>                                   at               yet?
>                               gmail.com
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Python log parser rh <richard_hubbe11@lavabit.com> - 2013-04-04 18:00 -0700
  Re: Python log parser Grant Edwards <invalid@invalid.invalid> - 2013-04-05 13:31 +0000
    Re: Python log parser Nac Temha <naccttemha@gmail.com> - 2013-04-05 16:42 +0300
      Re: Python log parser darnold <darnold992000@yahoo.com> - 2013-04-05 13:42 -0700
    Re: Python log parser Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-04-07 00:09 -0400

csiph-web