Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]