访问日志可以使用集群和节点搜索

This commit is contained in:
GoEdgeLab
2022-01-11 12:02:40 +08:00
parent b1bd9697b1
commit 84315c9a14
2 changed files with 62 additions and 40 deletions

View File

@@ -42,6 +42,8 @@ message ListHTTPAccessLogsRequest {
string keyword = 12; // 关键词
string ip = 13;
string domain = 14;
int64 nodeClusterId = 15;
int64 nodeId = 16;
}
message ListHTTPAccessLogsResponse {