That´s a great tool. I have used for parsing apache and java log into a
internal CSV pattern.
Here are the filters. I hope this can be helpfull for someone.

filter http-access {

  regexp
^([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}).*\[(.*)\s.*\]\s+"GET\s(.*)HTTP/1\.[0-1]"\s([0-9]{3})\s

  template "node1","$2","0","$4","apache|access","host:$1|page:$3"

}

filter jboss-server{

  regexp ^(.*),[0-9]{1,3}\s(FATAL|ERROR|WARN|INFO|DEBUG)\s\[(.*)\]\s(.*)

  template "node1","$1","0","$2","jboss","class:$3|message:$4"
}

Ricardo

On Thu, Aug 21, 2008 at 11:14 AM, Risto Vaarandi <[EMAIL PROTECTED]>wrote:

> hi all,
>
> logpp-0.16 has been released and is available at
> http://downloads.sourceforge.net/logpp/logpp-0.16.tar.gz
>
> In this version, support for PID-files has been added.
>
> best regards,
> risto
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Simple-evcorr-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Simple-evcorr-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to