Skip to content

A simple golang-app, that takes nginx-access-logs as stdin and transforms it to csv-format into stdout

License

Notifications You must be signed in to change notification settings

iakunin/access-logs-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

access-logs-parser

This is a simple golang-app, that takes nginx-access-logs as stdin and transforms it to csv-format into stdout.

Running

cat access.log | go run . > result.csv

Building

Following command builds this project into executable binary file:

go build .

About

A simple golang-app, that takes nginx-access-logs as stdin and transforms it to csv-format into stdout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages