CN-301 Detection-饼图、柱状图开发

This commit is contained in:
hyx
2022-02-17 19:28:48 +08:00
parent 273e16547c
commit ea383ee958
4 changed files with 560 additions and 7 deletions

View File

@@ -72,7 +72,12 @@ export const api = {
entityIpDetailAlert: '/interface/entity/detail/overview/ip/alert',
entityIpDetailSecurity: '/interface/entity/detail/overview/ip/security',
entityIpRelatedServerDomain: '/interface/entity/detail/overview/ip/relatedDomain',
entityIpRelatedServerApp: '/interface/entity/detail/overview/ip/relatedApp'
entityIpRelatedServerApp: '/interface/entity/detail/overview/ip/relatedApp',
//detection
detectionEventSeverity:'/interface/detection/filter/severity',
detectionAttackType:'/interface/detection/filter/attackType',
detectionOffenderIp:'/interface/detection/filter/offenderIp',
detectionSeverity:'/interface/detection/filter/severity',
}
/* panel */