isonet / apache-log-to-csv

Small tool to convert Apache log files to csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apache-log-to-csv

Small tool to convert Apache log files to csv.

I'm using apache-log-parser, you may need to install it.

Tested with Python 2.7.6

Usage

apache-log-to-csv.py [-h] [-v] format input output
  • Format: Apache log format. Example: "%h %u %t \"%r\" %>s %O"
  • Input: Path to the Apache log file. Example: /var/log/apache/access.log
  • Output: Desired output path for the csv file. Example: ~/access.csv

About

Small tool to convert Apache log files to csv

License:GNU General Public License v3.0


Languages

Language:Python 100.0%