An open API service indexing awesome lists of open source software.

https://github.com/nextupvamp/logs-analyzer-service

Application for parsing NGINX logs and collecting statistics on them
https://github.com/nextupvamp/logs-analyzer-service

java logparser spring

Last synced: 4 months ago
JSON representation

Application for parsing NGINX logs and collecting statistics on them

Awesome Lists containing this project

README

          

### Build and run
Application can be built as regular maven project
`mvn clean package`
There is dockerfile in the repository so you can create docker image of this application.
### API
API is documented with Swagger. Documentation is available on http://localhost:8080/swagger-ui/index.html

---

The main branch is 'web' - the web version of logs analyzer. The other branch is CLI version of the application
that works in terminal.
The purpose of the application is to parse NGINX logs and gather statistics on them. CLI version can create
log reports in .adoc and .md formats.