增加WAF日志配置/WAF策略中之日志中增加分表查询

This commit is contained in:
GoEdgeLab
2022-04-21 19:45:25 +08:00
parent 4d089a1af3
commit 305718a03c
8 changed files with 135 additions and 8 deletions

View File

@@ -13,5 +13,10 @@ Tea.context(function () {
} else {
accessLog.region = ""
}
if (accessLog.firewallRuleSetId > 0 && typeof (that.wafInfos[accessLog.firewallRuleSetId]) == "object") {
accessLog.wafInfo = that.wafInfos[accessLog.firewallRuleSetId]
} else {
accessLog.wafInfo = null
}
})
})