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
- Host: GitHub
- URL: https://github.com/nextupvamp/logs-analyzer-service
- Owner: nextupvamp
- Created: 2024-12-30T13:20:05.000Z (about 1 year ago)
- Default Branch: web
- Last Pushed: 2025-04-09T20:38:10.000Z (10 months ago)
- Last Synced: 2025-04-09T21:37:10.245Z (10 months ago)
- Topics: java, logparser, spring
- Language: Java
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.