This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/views/charts2/chart-tools.js
2023-12-06 16:16:12 +08:00

45 lines
866 B
JavaScript

export const typeMapping = {
networkOverview: {
line: 102,
appList: 103,
performanceEvent: 302,
table: 601,
ddosDetection: 701
},
npm: {
npmMap: 1,
npmIpMap: 2,
npmLine: 101,
npmTrafficLine: 104,
npmEventsByType: 301,
npmAppCategoryScore: 702,
npmTabs: 704,
npmEventsHeader: 705,
relatedSessions: 706,
npmNetworkQuantity: 703,
npmRecentEvents: 602,
appEventTable: 603
},
linkMonitor: {
linkBlock: 707,
linkTrafficSankey: 708,
linkTrafficLine: 105,
linkDirectionGrid: 709
},
dnsInsight: {
dnsTrafficLine: 106,
dnsEventChart: 711,
dnsRecentEvents: 605,
dnsActiveMaliciousDomain: 604
},
entityDetail: {
basicInfo: 712,
subscriberKpi: 714,
subscriberTopApp: 715,
line: 107,
subscriberLine: 108,
tabsChart: 713,
map: 3
}
}