Module to parse system logs
- Configuration Management
- Log File Tailing
- Parsing Logs
- Elasticsearch Integration
- Unit Testing
- go : 1.24.4
- Run application :
go run ./cmd - Clean go dependencies :
go mod tidy
root
├── .github
├── cmd
├── config
├── docs
├── elk
├── internal
├── parser
├── tailer
└── test
Full documentation can be found in docs folder.
Run the following command to execute the test suite : go test ./test
We welcome contributions! Please read CONTRIBUTING.md for guidelines.
This project uses Semantic Versioning.