https://github.com/iassasin/logtractor
log collector and processor
https://github.com/iassasin/logtractor
cpp cpp17 log-collector logging real-time-processing streaming
Last synced: about 1 year ago
JSON representation
log collector and processor
- Host: GitHub
- URL: https://github.com/iassasin/logtractor
- Owner: iassasin
- License: mit
- Created: 2019-12-31T12:17:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T13:54:48.000Z (about 5 years ago)
- Last Synced: 2025-04-09T19:55:59.886Z (about 1 year ago)
- Topics: cpp, cpp17, log-collector, logging, real-time-processing, streaming
- Language: C++
- Size: 39.1 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# logtractor
Simple log aggregator inspired by logstash written in C++ for best performance
## Features
- Grab logs from sources and forward them to appenders
For example, you can grab logs from udp port and forward it to file
[examples will be later]
### Build
To build this project you need:
- [conan](https://conan.io/)
- cmake
- g++9 (or other c++17 and c++2a compatible compiler)
[more instructions will be later]