Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

isonet/apache-log-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages