From 1d083b58592a044bc2e3400dcd9a3e7c95ab2a54 Mon Sep 17 00:00:00 2001 From: gotoeasy Date: Thu, 13 Jul 2023 11:56:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8798dbe..a4c742f 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ docker run -d -p 8080:8080 -e GLC_CLUSTER_MODE=true -e GLC_SERVER_URL=http://172 字段`system`: 字符串,对应页面的`系统名`
字段`date`: 字符串,对应页面的`日期时间`
字段`text`: 字符串,对应页面的`日志`
+ 字段`servername`: 字符串,对应页面的`主机名`
+ 字段`serverip`: 字符串,对应页面的`主机IP`
+ 字段`loglevel`: 字符串,对应页面的`Level`
+ 字段`traceid`: 字符串,对应页面的`TraceId`
+ 字段`clientip`: 字符串,对应页面的`客户端IP`
```shell # 发送测试数据的参考脚本