/accessParser

accessParser parses the ip address and url from an access log and writes the output to a json file. Written in Go Golang

Primary LanguageGoGNU General Public License v3.0GPL-3.0

accessParser

accessParser is meant to be used with a specific access log format and will currently break (easily) if the format is different.

Usage

Use command line arguments to specify the file to parse and the json out file path. -in should point to the access log you want to parse -out is optional and should point to where you want the output file to go

Example

./accessParser -in access.log -out myFile.json