https://github.com/sleepytariq/access2csv
Convert Apache's (Combined Log Format) access.log to csv
https://github.com/sleepytariq/access2csv
accesslog python3
Last synced: about 1 month ago
JSON representation
Convert Apache's (Combined Log Format) access.log to csv
- Host: GitHub
- URL: https://github.com/sleepytariq/access2csv
- Owner: sleepytariq
- License: unlicense
- Created: 2024-01-16T17:53:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-31T10:12:51.000Z (10 months ago)
- Last Synced: 2025-12-30T11:46:08.011Z (6 months ago)
- Topics: accesslog, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# access2csv
A tool to parse and convert Apache's (Combined Log Format) access.log to csv
## Usage
```console
usage: access2csv.py -i [ ...] -o [-e ] [-h]
Convert Apache's (Combined Log Format) access.log to csv
required:
-i, --input [ ...] path to access.log file(s)
-o, --output path to output file
optional:
-e, --error path to save lines with parsing errors
-h, --help show this help message and exit
```
## Requirements
Python 3.9 or later