
flume-分布式日志采集框架
后台技术汇
公众号:《后台技术汇》,腾讯云加社区2023年度优秀作者、InfoQ签约作者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
flume(1):三个内置基本组件:channel、source、sink
2018年5月26日一、概念Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple and flexible architecture based...原创 2018-05-27 10:33:16 · 3564 阅读 · 0 评论 -
log4j 配置日志输出(log4j.properties)
2018年5月27日一、入门log4j实例1.1 下载解压log4j.jar原创 2018-05-27 11:19:27 · 63343 阅读 · 8 评论 -
开发日常小结(21): 解决flume经常被系统挂起的问题 -- 开启守护线程
时间:2018年6月20日12:05:57【前言】flume的介绍可以参考前面:《flume(1):三个内置基本组件:channel、source、sink》;【bug】系统的flume线程启动后,常常运行一段时间后被系统挂起;原来的启动脚本:eg:bin/flume-ng agent –conf ./conf/ -f conf/simple-agent.proper...原创 2018-07-04 17:18:55 · 1518 阅读 · 0 评论