Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/axslogparser
Fairly accurate access Log Parser
https://github.com/songmu/axslogparser
accesslog apache golang parser
Last synced: 11 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T07:25:20.000Z (about 4 years ago)
- Last Synced: 2024-10-11T21:09:29.686Z (27 days ago)
- Topics: accesslog, apache, golang, parser
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 27
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
axslogparser
=======[![Build Status](https://travis-ci.org/Songmu/axslogparser.png?branch=master)][travis]
[![Coverage Status](https://coveralls.io/repos/Songmu/axslogparser/badge.png?branch=master)][coveralls]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[![GoDoc](https://godoc.org/github.com/Songmu/axslogparser?status.svg)][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)