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

https://github.com/conormcd/varnishlogfilter

A layer on top of varnishlog to allow arbitrary tcpdump-like expressions to be used to filter the output.
https://github.com/conormcd/varnishlogfilter

Last synced: over 1 year ago
JSON representation

A layer on top of varnishlog to allow arbitrary tcpdump-like expressions to be used to filter the output.

Awesome Lists containing this project

README

          

Requirements:

perl
varnishlog
Parse::RecDescent

Example:

varnishlogfilter -c 'client.ip == "10.0.0.1"'