Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T13:54:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T20:13:19.154Z (2 months ago)
- Topics: cpp, cpp17, log-collector, logging, real-time-processing, streaming
- Language: C++
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- 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 appendersFor 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]