▲ | linkdd 5 days ago | |
https://link-society.github.io/flowg/ It's a log management/processing software, with visual scripting. Started out of frustration towards OpenObserve and its inability (at the time) to properly/easily refine/categorize logs: we had many VMs, with many Docker containers, with some containers running multiple processes. Parsing the logs and routing them to different storages was crucial to ease debugging/monitoring. It was initially built in Go + HTMX + React Flow encapsulated in a WebComponent, I then migrated to React (no SSR). It integrates VRL using Rust+CGO. It is by far easier to use than Logstash and similar tools, and in fact it aims to replace it. Contributors are welcome :) |