TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Log2fluent – send logs to Fluent over TCP/Unix sockets

1 pointsby opmac9 months ago
log2fluent is a command line tool (written in Go) that sends application logs to a Fluent server (e.g. Fluent Bit, Fluentd) via the Fluent Forward Protocol as structured log data.<p>Adopted from my blog original post &quot;Utilizing Pipes for High Performance Log Management&quot;: <a href="https:&#x2F;&#x2F;cyral.com&#x2F;blog&#x2F;utilizing-pipes-for-high-performance-log-management&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cyral.com&#x2F;blog&#x2F;utilizing-pipes-for-high-performance-...</a><p>It&#x27;s mostly useful for situations where you don&#x27;t want to ever write logs to disk and you don&#x27;t want to update your app&#x27;s code to send logs directly to Fluent.<p>Check it out at:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ccampo133&#x2F;log2fluent">https:&#x2F;&#x2F;github.com&#x2F;ccampo133&#x2F;log2fluent</a><p>The README has a bunch more information as well as some example usage. Thanks!

no comments

no comments