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.

Fluentd: a high performance unified logging layer

43 pointsby edsiper2almost 10 years ago

11 comments

marcusmartinsalmost 10 years ago
Heka by Mozilla is another alternative - <a href="http:&#x2F;&#x2F;hekad.readthedocs.org&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">http:&#x2F;&#x2F;hekad.readthedocs.org&#x2F;en&#x2F;latest&#x2F;</a>. I have been running in production to ship docker logs to our Elasticsearch cluster.
评论 #10096689 未加载
评论 #10096143 未加载
cwyersalmost 10 years ago
&gt; We will go through the installation process, basic setup, listen to events through the HTTP interface, and look at a simple use case of storing HTTP events into a MongoDB database.<p>...and I&#x27;m out.
评论 #10096315 未加载
评论 #10096057 未加载
riquitoalmost 10 years ago
I&#x27;m just starting to adopt fluentd but I&#x27;m scared by the fact that the &quot;official&quot; drivers have different interfaces and unclear leadership.<p>e.g.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;fluent&#x2F;fluent-logger-php" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fluent&#x2F;fluent-logger-php</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;fluent&#x2F;fluent-logger-python" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fluent&#x2F;fluent-logger-python</a><p>and a bit of drama<p><a href="https:&#x2F;&#x2F;github.com&#x2F;fluent&#x2F;fluent-logger-php&#x2F;issues&#x2F;36" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fluent&#x2F;fluent-logger-php&#x2F;issues&#x2F;36</a>
评论 #10110821 未加载
annnndalmost 10 years ago
&gt; Its built-in reliability through memory and file-based buffering to prevent inter-node data loss have...<p>I wonder if we can expect &quot;Call me maybe - fluentd&quot; from Aphyr soon. ;)
Sanddanceralmost 10 years ago
This feels like they are trying very hard to avoid calling their syslog a syslog, probably with good reason. A lot of distributions provide a very minimalist build of whichever syslog daemon they&#x27;ve decided to use, and as such, people get the idea that syslogs can&#x27;t write to databases, or parse json, or listen on pipes or any other number of things modern syslogs can do.
评论 #10096081 未加载
评论 #10096576 未加载
vpeters25almost 10 years ago
For years I&#x27;ve been considering coding a tamper proof logger, something where each entry has a hash that depends on the entry&#x27;s log and the hash of the previous entry. This could help detect potential system compromise.<p>I haven&#x27;t really taken the time to look for a logger with such a feature, it would be nice to know if fluentd has something like this.
评论 #10096249 未加载
评论 #10096123 未加载
jedisct1almost 10 years ago
I&#x27;ve been using Fluentd for years, and it&#x27;s a super useful tool.<p>It initially had some memory leaks that prevented us to use it in production, but it&#x27;s now very stable. Writing new input&#x2F;output plugins is extremely simple. And yes, it&#x27;s written in Ruby, but give it a spin before judging; it&#x27;s fast enough for most needs.
IMTDbalmost 10 years ago
Is there any benefit&#x2F;disadvantage between fluentd and logstash ? I am not using either one, but I&#x27;ll need to centralize my logs soon. My understanding tells me that these are two very similar projects, but I might be wrong.
评论 #10096642 未加载
评论 #10098791 未加载
kolevalmost 10 years ago
Isn&#x27;t Fluentd in Ruby though? It&#x27;s 2015 and we need something like this in Go [0] [1] or Rust [2].<p>[0] Heka: <a href="https:&#x2F;&#x2F;hekad.readthedocs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hekad.readthedocs.org&#x2F;</a><p>[1] Chainsd: <a href="https:&#x2F;&#x2F;github.com&#x2F;mikeszltd&#x2F;chainsd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mikeszltd&#x2F;chainsd</a><p>[2] Flogger: <a href="https:&#x2F;&#x2F;github.com&#x2F;jedisct1&#x2F;flowgger" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jedisct1&#x2F;flowgger</a>
评论 #10097092 未加载
评论 #10096817 未加载
core0almost 10 years ago
We&#x27;d love to use a ruby-based solution like this, but the docs say it will lose data whenever the receiving end crashes. Any plans to fix that?<p>The way it was described in the docs gave me the impression there is no acknowledgement of network writes - if that&#x27;s true won&#x27;t even clean shutdowns lose data sometimes?
评论 #10096325 未加载
评论 #10096324 未加载
elcctalmost 10 years ago
I started building something of similar concept a while ago. But had to pause the development for some time. It is written in Go, so much easier to install etc. It has plugins for Hadoop, Mongo, RabbitMQ, File and stdout :) Can take data from tail, HTTP, RabbitMQ, heartbeat and other chains.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mikeszltd&#x2F;chainsd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mikeszltd&#x2F;chainsd</a>
评论 #10096710 未加载