访问日志搜索增加域名和IP搜索

This commit is contained in:
刘祥超
2021-08-07 22:02:18 +08:00
parent 473b7432e8
commit 9644ec0ff8
2 changed files with 62 additions and 42 deletions

View File

@@ -40,6 +40,8 @@ message ListHTTPAccessLogsRequest {
int64 userId = 10; // 用户ID
bool hasFirewallPolicy = 11; // 是否有WAF策略
string keyword = 12; // 关键词
string ip = 13;
string domain = 14;
}
message ListHTTPAccessLogsResponse {