mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-04 01:52:21 +08:00
feat:添加控制台IP统计数据
This commit is contained in:
parent
c58479a442
commit
a5757bed5a
@ -27,19 +27,18 @@
|
||||
<pattern>
|
||||
{
|
||||
"project": "${APP_NAME}",
|
||||
"time": "%date{\"yyyy-MM-dd HH:mm:ss\"}",
|
||||
"date": "%X{date}", <!-- 索引名时区同步 -->
|
||||
"action":"login",
|
||||
"pid": "${PID:-}",
|
||||
"thread": "%thread",
|
||||
"message": "%message",
|
||||
"elapsedTime": "%X{elapsedTime}",
|
||||
"description": "%X{description}",
|
||||
"clientIP": "%X{clientIP}",
|
||||
"url": "%X{url}",
|
||||
"method": "%X{method}",
|
||||
"username":"%X{username}",
|
||||
"accessToken":"%X{accessToken}"
|
||||
"clientIP": "%X{clientIP}",
|
||||
"region":"%X{region}",
|
||||
"token":"%X{token}",
|
||||
"loginTime": "%date{\"yyyy-MM-dd HH:mm:ss\"}",
|
||||
"description":"%X{description}"
|
||||
}
|
||||
</pattern>
|
||||
</pattern>
|
||||
|
Loading…
Reference in New Issue
Block a user