From 517f877993bba1d14e83f6ee9d1a3eaf39f36d2b Mon Sep 17 00:00:00 2001 From: Anthony Alaribe Date: Wed, 29 Apr 2026 11:34:26 +0200 Subject: [PATCH] Add Monoscope to Log Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8e5636..e8ba166 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ Log management tools: collect, parse, visualize... - [Flume](https://flume.apache.org/) - Distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java` - [GoAccess](https://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. ([Source Code](https://github.com/allinurl/goaccess)) `MIT` `C` - [Loki](https://grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go` +- [Monoscope](https://monoscope.tech/) - Ingest, store and query logs, traces and metrics using S3-compatible buckets, with natural language queries via LLMs. ([Source Code](https://github.com/monoscope-tech/monoscope)) `AGPL-3.0` `Haskell` - [reaction](https://reaction.ppom.me/) - A lightweight daemon that scans program outputs for repeated patterns, and takes action. ([Source Code](https://framagit.org/ppom/reaction)) `AGPL-3.0` `Rust` - [rsyslog](https://www.rsyslog.com/) - Rocket-fast system for log processing. ([Source Code](https://github.com/rsyslog/rsyslog)) `GPL-3.0` `C`