日志收集模块
2024年7月3日小于 1 分钟日志系统数据聚合ELKlokilogstashlogback
模块
logging-spring-boot-starter
用途
工程中依赖了 logging-spring-boot-starter
模块,同时设定一定的配置参数,就可以开启日志聚合收集支持。收集服务日志,统一存储进行日志分析。
Dante Cloud 中提供的 日志中心
、日志聚合分析
等功能均需要依赖此模块
准备
想要实现日志聚合分析,首先要实现日志信息的存储,需要搭建 ELK 或者 Loki + Minio(或其他 OSS) 等基础设施。
用法
[1]添加依赖
在工程中添加依赖:
<dependency>
<groupId>cn.herodotus.stirrup</groupId>
<artifactId>logging-spring-boot-starter</artifactId>
</dependency>
[2]使用
Dante Cloud 提供多种日志收集使用方式,具体查看: 【聚合日志数据】