feat:添加控制台IP统计数据

This commit is contained in:
haoxr 2021-03-10 16:26:15 +08:00
parent c58479a442
commit a5757bed5a

View File

@ -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>