Skip to main content

Web server access log parser and CLI tool with added features for web archive replay logs

Project description

AccessLog Parser and CLI

Web server access log parser and CLI tool with added features for web archive replay logs.

Installation

This package requires Python 3.6 or above. Install the latest version of the released package and accesslog CLI tool from PyPi:

$ pip install accesslog

Alternatively, build and install the development version of the package:

$ git clone https://github.com/oduwsdl/accesslog-parser.git
$ cd accesslog-parser
$ python3 setup.py install
$ accesslog --version

Input Parsing

TODO

Record Filtering

TODO

Output Formatting

TODO

CLI Reference

$ accesslog -h
usage: accesslog [options] [FILES ...]

A tool to parse Common Log formatted access logs with various derived fields.

positional arguments:
  files                 Log files (plain/gz/bz2) to parse (reads from the STDIN, if empty or '-')

optional arguments:
  -h, --help            Show this help message and exit
  -v, --version         Show version number and exit
  -d, --debug           Show debug messages on STDERR
  -e FIELDS, --nonempty FIELDS
                        Skip record if any of the provided fields is empty (comma separated list)
  -i FIELDS, --valid FIELDS
                        Skip record if any of the provided field values are invalid
                        ('all' or comma separated list from 'host,request,status,size,referrer')
  -m FIELD~RegExp, --match FIELD~RegExp
                        Skip record if field does not match the RegExp (can be used multiple times)
  -t TFORMAT, --origtime TFORMAT
                        Original datetime format of logs (default: '%d/%b/%Y:%H:%M:%S %z')
  -f FORMAT, --format FORMAT
                        Output format string (see available formatting fields below)
  -j FIELDS, --json FIELDS
                        Output NDJSON with the provided fields (use 'all' for all fields except 'origline')

formatting fields:
  {origline}            Original log line
  {host}                IP address of the client
  {identity}            Identity of the client, usually '-'
  {user}                User ID for authentication, usually '-'
  {origtime}            Original date and time (typically in '%d/%b/%Y:%H:%M:%S %z' format)
  {epoch}               Seconds from the Unix epoch (derived from origtime)
  {date}                UTC date in '%Y-%m-%d' format (derived from origtime)
  {time}                UTC time in '%H:%M:%S' format (derived from origtime)
  {datetime}            14 digit datetime in '%Y%m%d%H%M%S' format (derived from origtime)
  {request}             Original HTTP request line
  {method}              HTTP method (empty for invalid request)
  {path}                Path and query (scheme and host removed, empty for invalid request)
  {prefix}              Memento endpoint path prefix (derived from path)
  {mtime}               14 digit Memento datetime (derived from path)
  {rflag}               Memento rewrite flag (derived from path)
  {urir}                Memento URI-R (derived from path)
  {httpv}               HTTP version (empty for invalid request)
  {status}              Returned status code
  {size}                Number of bytes returned
  {referrer}            Referer header (empty, if not logged)
  {agent}               User-agent header (empty, if not logged)
  {extras}              Any additional logged fields
Default FORMAT: '{host} {date} {time} {method} {path} {status} {size} "{referrer}" "{agent}"'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accesslog-0.1.0b5.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

accesslog-0.1.0b5-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file accesslog-0.1.0b5.tar.gz.

File metadata

  • Download URL: accesslog-0.1.0b5.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for accesslog-0.1.0b5.tar.gz
Algorithm Hash digest
SHA256 5982b7403b530687b5c77e2b6686b301d473c524cfab1891c9c87072b3bcf6e5
MD5 9e4a4b2515eb5a8a2395c9945805359d
BLAKE2b-256 473cd57ed335401f005094fda4d34d84b2481f641f8b159faf2bcd371eb371cd

See more details on using hashes here.

File details

Details for the file accesslog-0.1.0b5-py3-none-any.whl.

File metadata

  • Download URL: accesslog-0.1.0b5-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for accesslog-0.1.0b5-py3-none-any.whl
Algorithm Hash digest
SHA256 e06b1bf7ec8daed2dfe93d549a3470dd04b71d6c8eae6446dc8073ae236a13c4
MD5 9023b0c133b992550b78446f37b70dc3
BLAKE2b-256 bbead4d11025642a24ba1b62e66909ae1a8dd02e30a0503c87e1d75eae50c547

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page