mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-02 11:40:25 +08:00
访问日志搜索增加域名和IP搜索
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user