This action will force synchronization from 陈龙飞/Plumelog, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
无入侵的分布式日志系统,基于log4j、log4j2、logback搜集日志,设置链路ID,方便查询关联日志
基于elasticsearch作为查询引擎
高吞吐,查询效率高
全程不占应用程序本地磁盘空间,免维护;对于项目透明,不影响项目本身运行
无需修改老项目,引入直接使用,支持dubbo,支持springcloud
plumelog-core 核心组件包含日志搜集端,负责搜集日志并推送到kafka,redis等队列
plumelog-server 负责把队列中的日志日志异步写入到elasticsearch
plumelog-ui 前端展示,日志查询界面
plumelog-demo 基于springboot的使用案例
maven deploy -DskipTests 上传包到自己的私服
私服地址到plumelog/pom.xml改
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<distribution.repository.url>http://172.16.249.94:4000</distribution.repository.url>
</properties>
2.X功能:
基于traceId的日志记录,日志查询,日志缓冲队列 redis或者kafka
跨应用支持,dubbo,springCloud
支持简单的链路追踪
支持跨机房部署
简单的日志统计功能
3.x版本
增加错误报警(3.0)
增加慢调用报警(3.1)
增加非java项目日志搜集功能,例如nginx
更多功能大家可以建议
QQ群:1072991065
遇到使用问题加群讨论,群主秒回
查询界面地址:http://demo.plumelog.com
访问这个地址产生测试log数据:http://demo.plumelog.com/demo/index?data=1234 data参数自己随便传,传什么打印什么
Sign in for post a comment
Comments ( 0 )