TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fluentd: the missing log collector

50 点作者 kzk_mover超过 13 年前

4 条评论

doryokujin超过 13 年前
Cool! Handling each event record as a structured data (JSON) is very interesting, because it can connect with MongoDB(DocumentDB) seamlessly for stream output or aggregation. This slide is written about a collaboration with Fluentd and MongoDB. <a href="http://www.slideshare.net/doryokujin/an-introduction-to-fluent-mongodb-plugins" rel="nofollow">http://www.slideshare.net/doryokujin/an-introduction-to-flue...</a>
评论 #3258569 未加载
abhishektwr超过 13 年前
Excellent, and I am going to try it. But I still think using something like Flume has some advantages mainly because of Hadoop eco-system. For instance you can plug-in the log data to HBase and use Hive to write to high level abstracted queries and run on Hadoop. I am guessing but seems like there are plugins on the way for various systems but not Hadoop. Update: Also Flume can use any data stream, for instance Twitter stream so not limited to log Analysis only.
评论 #3257844 未加载
maratd超过 13 年前
Err... what? Am I missing something? Just use rsyslog and transfer the logs over TCP/IP to a central server. No need to re-invent the wheel.
评论 #3259338 未加载
moaikids超过 13 年前
coooool!!