6 ms·
Rather than promtail, have you looked at Vector? I just started an MVP of shipping logs directly to our product for end-user consumption using Vector + NATS, an
by davydog187 2y ago
Rather than promtail, have you looked at Vector? I just started an MVP of shipping logs directly to our product for end-user consumption using Vector + NATS, and it’s a killer combination.
Compared to Promtail, you have incredibly flexibility with how you collect, transform, and ship logs, with end to end confirmation and great documentation. Using promtail felt inferior once I made the switch
https://vector.dev/ https://vector.dev/
https://docs.nats.io/ https://docs.nats.io/
- davydog187 2y agoWhoops, thought you were OP
- valyala 2y agoAgreed that Vector is much better for log collection, transformation and forwarding to the log storage than Promtail. VictoriaLogs can accept logs from Vector - https://docs.victoriametrics.com/victorialogs/data-ingestion/vector/ https://docs.victoriametrics.com/victorialogs/data-ingestion...