malvads / logstatter

Rust app to monitor logstash and send data to kafka (used in production at redborder)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogStatter

LogStatter Logo

build build build AGPL License

Overview

LogStatter is a high-performance monitoring application for logstash written in Rust. is designed to provide lightning-fast real-time process & pipeline anaylsis for Logstash, with output capabilities to Kafka

Getting Started

  1. Clone this repository:

    git clone https://github.com/malvads/logstatter.git
  2. Install dependencies:

    cd logstatter
    cargo build
  3. Run the app

    /path/to/bin/logstatter -c /path/to/config.yml

Authors

Miguel Álvarez malvarez@redborder.com

About

Rust app to monitor logstash and send data to kafka (used in production at redborder)

License:GNU Affero General Public License v3.0


Languages

Language:Rust 91.9%Language:Makefile 8.1%