Apache Log Analytics

Shared by
Josh Cody
Basic

A simple recipe that parses incoming text for each line of an Apache web server access log and structures it into a graph. A useful introduction to standing queries, the powerful feature that makes Quine unique. A sample Apache web server access logs dataset downloaded from 'https://recipes.quine.io/sample_apache_logs' or using the command below.

DOWNLOAD SAMPLE DATA

Download file to same directory as Quine.

To run this recipe:

java -jar quine-x.x.x.jar -r apache_log --recipe-value in_file=apache.log
Download quine
Recipe code:
DOWNLOAD recipeCUSTOMIZE recipe