集成ELK日志管理

This commit is contained in:
xiongfeng
2022-08-10 16:50:48 +08:00
parent 2d140ee1bf
commit 66a9777930
6 changed files with 95 additions and 8 deletions

View File

@@ -103,6 +103,12 @@
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<!--集成logstash-->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>5.3</version>
</dependency>
</dependencies>