Hacker News new | ask | show | jobs
by digikata 495 days ago
We self-host on our own open-source product, but it helps to have a streaming data platform as a product. Not too difficult to write a connector-sink to S3. https://www.fluvio.io/

The caveat is that this is a general purpose data streaming product, so it isn't that opinionated or customized for logging. We still use logging custom frontends for browsing (e.g. grafana), but for core logging/monitoring/billing and critical alerts, it's just Fluvio.

Been looking at the https://coroot.com ebpf collectors to see if we can replace our sidecar sources recently.