Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malvads/logstatter
Rust app to monitor logstash and send data to kafka (used in production at redborder)
https://github.com/malvads/logstatter
Last synced: 18 days ago
JSON representation
Rust app to monitor logstash and send data to kafka (used in production at redborder)
- Host: GitHub
- URL: https://github.com/malvads/logstatter
- Owner: malvads
- License: agpl-3.0
- Created: 2023-12-01T16:43:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T14:20:48.000Z (about 1 year ago)
- Last Synced: 2024-10-18T13:20:06.148Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 8.06 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LogStatter
![build](https://github.com/redBorder/logstatter/actions/workflows/buldrpm.yml/badge.svg?event=pull_request)
![build](https://github.com/redBorder/logstatter/actions/workflows/macos.yml/badge.svg?event=push)
![build](https://github.com/redBorder/logstatter/actions/workflows/linux.yml/badge.svg?event=push)
[![AGPL License](https://img.shields.io/badge/License-AGPL%203.0-blue.svg)](https://opensource.org/licenses/AGPL-3.0)## 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:
```bash
git clone https://github.com/malvads/logstatter.git
```2. Install dependencies:
```bash
cd logstatter
cargo build
```3. Run the app
```bash
/path/to/bin/logstatter -c /path/to/config.yml
```## Authors
Miguel Álvarez