https://github.com/songmu/axslogparser
Fairly accurate access Log Parser
https://github.com/songmu/axslogparser
accesslog apache golang parser
Last synced: 5 months ago
JSON representation
Fairly accurate access Log Parser
- Host: GitHub
- URL: https://github.com/songmu/axslogparser
- Owner: Songmu
- License: mit
- Created: 2017-06-11T14:55:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T07:25:20.000Z (over 5 years ago)
- Last Synced: 2025-07-12T11:08:17.772Z (7 months ago)
- Topics: accesslog, apache, golang, parser
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 28
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
axslogparser
=======
[][travis]
[][coveralls]
[][license]
[][godoc]
[travis]: https://travis-ci.org/Songmu/axslogparser
[coveralls]: https://coveralls.io/r/Songmu/axslogparser?branch=master
[license]: https://github.com/Songmu/axslogparser/blob/master/LICENSE
[godoc]: https://godoc.org/github.com/Songmu/axslogparser
## Description
An accesslog parser supports apache log (common and combined) and ltsv accesslog (http://ltsv.org).
## Supported Formats
- Apache Logs (also cared in the case of using tab character as delimiter)
- Common log format
- Common log format with vhost
- Combined log format
- Combined log format with extra fields
- LTSV Accesslog format according to http://ltsv.org
## Author
[Songmu](https://github.com/Songmu)