/ragel-apache-logs

Using Ragel to generate a tokenizer for Nginx log files

Primary LanguageRagel in Ruby HostBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Nginx-log-parser

Experimental fork of ragel-apache-logs for nginx access logs. Work in progress.

Branch details:

master: Parse argv[1] as the log line

Usage:

./parser '<log_line_here>'

logstructs: Parse multiple lines from stdin

Usage:

cat access.log | ./parser