What are you working on? Any new ideas that you're thinking about?
Comments
bediger4000•27m ago
Apache httpd "combined" format logfile extractor. Not well documented yet, but it's got logical AND, OR, NOT expressions, with the variables constituting field string matches. Something like:
bediger4000•27m ago
combined -L -e 'ipaddr~/10\..*/ && method=/GET/' access.log
https://github.com/bediger4000/combined