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

This commit is contained in:
刘祥超
2022-01-11 12:02:40 +08:00
parent 86f10b8ec2
commit 94d2867129
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 {