新增 ELK 日志搜集配置及文档

This commit is contained in:
thinkgem
2023-04-15 11:50:02 +08:00
parent 0ed161c986
commit aa84962a8a
19 changed files with 277 additions and 19 deletions

View File

@@ -87,6 +87,13 @@
<artifactId>jeesite-framework</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- ELK 日志收集 -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>${logstash-logback.version}</version>
</dependency>
</dependencies>