An open API service indexing awesome lists of open source software.

https://github.com/semperos/log_parslet

Log Parser written in Ruby using Parslet
https://github.com/semperos/log_parslet

Last synced: about 2 months ago
JSON representation

Log Parser written in Ruby using Parslet

Awesome Lists containing this project

README

          

# LogParslet [![Build Status](https://secure.travis-ci.org/semperos/log_parslet.png)](https://secure.travis-ci.org/semperos/log_parslet.png)

A generic log parser written in Ruby using the Parslet PEG gem.

## Initial Goal ##

Be able to parse this:

```
127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "http://www.example.com/start.html" "Mozilla/4.08 [en] (Win98; I ;Nav)"
```