集成logstach,采集日志到ElasticSearch

This commit is contained in:
xiongxiaoyang
2020-06-03 08:11:25 +08:00
parent a6864f0d2c
commit 57aa783d76
12 changed files with 84 additions and 10 deletions

View File

@ -112,6 +112,12 @@
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
</dependencies>