Parse, filter, and aggregate log files with SQL-like syntax
Slice and dice log files on the command-line
ag$ ag 'select _raw | grep ERROR' access.log$ ag 'select status, count() | grep status' access.log$ ag 'select _raw | grep latency > 1000' app.log